Class: ApexCharts::Charts::ColumnChart
- Inherits:
-
BarChart
- Object
- BaseChart
- CartesianChart
- BarChart
- ApexCharts::Charts::ColumnChart
- Defined in:
- lib/apex_charts/charts/column_chart.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 Features::Mixable
Methods included from Features::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::Charts::CartesianChart
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ApexCharts::Charts::CartesianChart
Instance Method Details
#more_options ⇒ Object
5 6 7 |
# File 'lib/apex_charts/charts/column_chart.rb', line 5 def {plot_options: {bar: {horizontal: false}}} end |