Module: Chartkick::Helper
- Defined in:
- lib/greenhat/web/chartkick_shim.rb
Overview
Shim Chart Types
Instance Method Summary collapse
Instance Method Details
#bubble_chart(data_source, options = {}) ⇒ Object
10 11 12 |
# File 'lib/greenhat/web/chartkick_shim.rb', line 10 def bubble_chart(data_source, = {}) chartkick_chart 'BubbleChart', data_source, end |