Module: Histogram
- Defined in:
- lib/chart_helpers/common/histogram.rb
Instance Method Summary collapse
Instance Method Details
#histogram(data, element = '.histogram') ⇒ Object
3 4 5 6 |
# File 'lib/chart_helpers/common/histogram.rb', line 3 def histogram( data, element='.histogram' ) HistogramGenerator.new.generate( element, data ) content_tag( :div, '', class: "#{element[1..-1]}" ) end |