Module: Spree::Report::Chart
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/reports/spree/report/chart.rb
Instance Method Summary collapse
Instance Method Details
#chart_json ⇒ Object
6 7 8 |
# File 'app/reports/spree/report/chart.rb', line 6 def chart_json self.class::Chart.new(self, time_dimension).to_h end |