youcef92 / flotr

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

Problem to display pie chart with IE6 and only 1 value greater than 0. #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a pie chart with 4 tables d1,d2,d3,d4 like this : 
        var d1 = [[0, 0]];
    var d2 = [[0, 1]];
    var d3 = [[0, 0]];
    var d4 = [[0, 0]];
See the attach file which show the display problem.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I'm using internet explorer 6 and windows xp. I'm using the last version of
flotr (revision 149) with the last version of the library files (available
on SVN)

Please provide any additional information below.
I have not this problem with firefox.

Original issue reported on code.google.com by ricou...@gmail.com on 24 Sep 2009 at 2:00

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry for the late reply, I just fixed this, this a bug in ExCanvas

Original comment by fabien.menager on 14 Oct 2009 at 9:30

GoogleCodeExporter commented 8 years ago
It`s still not working in newest revision. I have only one series in my case

Original comment by macku30@gmail.com on 15 Jul 2010 at 11:31

GoogleCodeExporter commented 8 years ago
Issue 135 has been merged into this issue.

Original comment by fabien.menager on 16 Jul 2010 at 5:35

GoogleCodeExporter commented 8 years ago
Yes, it was fixed in one revision, but in next one bug appearse again. I mean 
someone of you commited code with this bug once again and now (rev 164) this 
bug still exists.

Original comment by macku30@gmail.com on 19 Jul 2010 at 6:08