Closed tanelj closed 11 years ago
I have add support for named datapoints (hashes) in series data as described in Highcharts API http://api.highcharts.com/highcharts#series.data as 3rd method:
Example:
chart = Highcharts.new chart.series([ :data => [ {name: 'Point 1', color: '#00FF00', y: 0}, {name: 'Point 2', color: '#FF00FF', y: 5} ] ])
Thanks for this @tanelj! Sorry it took so long to get this merged in.
Thank you!
I have add support for named datapoints (hashes) in series data as described in Highcharts API http://api.highcharts.com/highcharts#series.data as 3rd method:
Example: