PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 556 forks source link

chart.addSeries can only include 8 lines #206

Open vlux opened 8 years ago

vlux commented 8 years ago
var s = myChart.addSeries("key", dimple.plot.line);

The data contains about more than 10 kinds of 'key' but it only draws 8 lines in the chart. is there any I can modify in the lib or other methods?

Thanks your guys sincerely.