youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Pie graph with more than 5 data series causes error. #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make a pie graph with more than 5 data series!

What is the expected output? What do you see instead?
JS error is raised

What version of the product are you using? On what operating system?
0.2.0-alpha, xp, ff3.52 & ie8

Please provide any additional information below.

change line 2195
from: var color = options.colors[index];
to  : var color = this.series[index].color;

Original issue reported on code.google.com by g@attie.co.uk on 1 Sep 2009 at 12:24

GoogleCodeExporter commented 8 years ago
Hello, this bug has been fixed in the SVN trunk, you should take this version. 
I'll 
make another release soon, that will have the fixed files.

Original comment by fabien.menager on 1 Sep 2009 at 5:17

GoogleCodeExporter commented 8 years ago
fantastic! sorry to bother you with that...

Original comment by g@attie.co.uk on 1 Sep 2009 at 9:43