Need more than 9 Series in LineChart
Hi,
i try to generate a chart with different count of series.
If i had more than 9 series i get the following error:
- Uncaught TypeError: Cannot call method 'indexOf' of undefined
- Ext.chart.series.Series.Ext.extend.getColorFromStyle touch-charts-debug.js:13730
- Ext.chart.series.Series.Ext.extend.getLegendColor touch-charts-debug.js:13745
- (anonymous function) touch-charts-debug.js:7250
In Line 13739 is an check if me.style exist. If not it should return something else. But is does not return anything.
How can i use more then 9 series? I think i must add more than 9 possible colors?
Thanks for Help