Class: ApexCharts::ColumnChart
- Inherits:
-
BarChart
- Object
- BaseChart
- CartesianChart
- BarChart
- ApexCharts::ColumnChart
- Defined in:
- lib/apexcharts/charts/column.rb
Instance Attribute Summary
Attributes inherited from BaseChart
Instance Method Summary collapse
Methods inherited from BarChart
Methods inherited from CartesianChart
#initialize, #method_missing, #respond_to_missing?, #series_type
Methods included from Utils::Hash
camelize, camelize_keys, deep_merge
Methods included from Mixable
Methods included from Annotations
#annotation, #point_annotation, #x_annotation, #y_annotation
Methods inherited from BaseChart
#chart_type, #initialize, #render
Constructor Details
This class inherits a constructor from ApexCharts::CartesianChart
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ApexCharts::CartesianChart
Instance Method Details
#more_options ⇒ Object
3 4 5 |
# File 'lib/apexcharts/charts/column.rb', line 3 def {plot_options: {bar: {horizontal: false}}} end |