class ApexCharts::Charts::BarChart

Public Instance Methods

chart_type() click to toggle source
# File lib/apex_charts/charts/bar_chart.rb, line 5
def chart_type
  'bar'
end
more_options() click to toggle source
# File lib/apex_charts/charts/bar_chart.rb, line 9
def more_options
  {plot_options: {bar: {horizontal: true}}}
end