[Seaside] HighchartsSt has lost some methods on HighchartsSeries and maybe others

PAUL DEBRUICKER pdebruic at gmail.com
Wed Feb 8 23:53:20 UTC 2017


Hi Mariano - 

I remember that you were updating to the new highcharts.  

Maybe this was intentional but HighchartsSeries has lost a lot of methods from HighchartsStAutoGenerated-MarianoMartinezPeck.3 to  HighchartsStAutoGenerated-MarianoMartinezPeck.6.  

Which makes me think the API has changed.   But the examples (from December 2013) use the old style.  


How does a person now specify the index (and other config options) on a series for a plot? 

It used to be:

|plot series |
plot := html highcharts newChart.
series := plot series
		index: 1;
		type: 'scatter';
		name: (self series at: #points) name;
		data: ((self series at: #points) dataAsPointsOn: html).
series marker radius: 3.


Thanks for any guidance you can provide.  


Paul


More information about the seaside mailing list