class ApexCharts::Charts::BoxPlotChart

Public Instance Methods

chart_type() click to toggle source
# File lib/apex_charts/charts/box_plot_chart.rb, line 4
def chart_type
  'boxPlot'
end