class ApexCharts::Charts::BubbleChart

Public Instance Methods

chart_type() click to toggle source
# File lib/apex_charts/charts/bubble_chart.rb, line 5
def chart_type
  'bubble'
end
series_type() click to toggle source
# File lib/apex_charts/charts/bubble_chart.rb, line 9
def series_type
  ApexCharts::Series::BubbleSeries
end