hoavaio / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

PieChart - Percentage issue #351

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
- gwt-visualization-1.0.2

Detailed description:
We are using the PieChart and several times we found this issue. The
percentage is wrong. You can see on screenshot that we have "100.1%" and
that is not correct

data.setValue(1, 0, 150);
data.setValue(1, 1, 330);

Expected:
v1     150 : 31.25% 
v2     330 : 68.75%
total: 480 : 100%

Retrieved:
v1     150 : 31.3% 
v2     330 : 68.8%
Total: 100.1%

Workaround if you have one:
N/A

Links to the relevant GWT Developer Forum posts:
N/A

Original issue reported on code.google.com by rbce...@gmail.com on 19 Feb 2010 at 2:10

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 24 Feb 2010 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 15 Apr 2010 at 2:41