Class: AnyChart

Inherits:
Object
  • Object
show all
Defined in:
lib/anychart_helpers.rb

Class Method Summary collapse

Class Method Details

.col_chart(options = {}) ⇒ Object



2
3
4
# File 'lib/anychart_helpers.rb', line 2

def self.col_chart(options={})
  ColumnChartMultiSeriesWithSimpleLegend.xml(options)
end