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
Original issue reported on code.google.com by
rbce...@gmail.com
on 19 Feb 2010 at 2:10Attachments: