Class: ApexCharts::Charts::BubbleChart

Inherits:
BaseChart
  • Object
show all
Defined in:
lib/apex_charts/charts/bubble_chart.rb

Instance Attribute Summary

Attributes inherited from BaseChart

#options, #sample, #series

Instance Method Summary collapse

Methods inherited from BaseChart

#initialize, #render

Methods included from Utils::Hash

camelize, camelize_keys, deep_merge

Constructor Details

This class inherits a constructor from ApexCharts::Charts::BaseChart

Instance Method Details

#chart_typeObject



5
6
7
# File 'lib/apex_charts/charts/bubble_chart.rb', line 5

def chart_type
  'bubble'
end

#series_typeObject



9
10
11
# File 'lib/apex_charts/charts/bubble_chart.rb', line 9

def series_type
  ApexCharts::Series::BubbleSeries
end