Class: Charting::Highcharts::Funnel

Inherits:
Pie
  • Object
show all
Defined in:
lib/ar_to_chart/charting/highcharts/funnel.rb

Overview

Produces a Funnel graph. Subclasses Highcharts::Pie since the data format is pretty much the same, only needs different name.

Constant Summary

Constants inherited from Base

Base::AXIS_START_UNIT, Base::DEFAULT_OPTIONS, Base::MAX_X_LABELS, Base::WEEKEND

Instance Attribute Summary

Attributes inherited from Base

#category_column, #data_columns, #data_source, #options

Method Summary

Methods inherited from Pie

#categories, #series

Methods inherited from Base

#categories, #chart_options, #chart_type, #container, #initialize, #linearize, #series, #series_name, #to_js, #weekend_plot_bands

Constructor Details

This class inherits a constructor from Charting::Highcharts::Base