Module: Streamgraph
- Defined in:
- lib/chart_helpers/less_common/streamgraph.rb
Instance Method Summary collapse
Instance Method Details
#streamgraph(data_url, element = '.streamgraph') ⇒ Object
3 4 5 6 7 |
# File 'lib/chart_helpers/less_common/streamgraph.rb', line 3 def streamgraph( data_url, element='.streamgraph' ) StreamgraphGenerator.new.generate( element, data_url ) streamgraph_div = content_tag( :div, '', class: element[1..-1] ) content_tag( :div, streamgraph_div, class: "#{element[1..-1]}_body" ) end |