Class: ApexCharts::PolarChart
- Defined in:
- lib/apexcharts/charts/polar.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseChart
Instance Method Summary collapse
Methods inherited from BaseChart
#chart_type, #initialize, #render
Methods included from Utils::Hash
camelize, camelize_keys, deep_merge
Constructor Details
This class inherits a constructor from ApexCharts::BaseChart
Instance Method Details
#series_type ⇒ Object
3 4 5 |
# File 'lib/apexcharts/charts/polar.rb', line 3 def series_type PolarSeries end |