LarissaHortencio10 / charts4j

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

rendering on 3D PieChart when using setOrientation -pi/2 #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With the PieChart class, I have a curious rendering if I use both 
setOrientation and isThreeD :

myPie.setOrientation(-1.57);      // ( -pi / 2 )
myPie.setThreeD(true);

(see the result on picture)

Original issue reported on code.google.com by abricogu...@gmail.com on 3 Feb 2014 at 2:31

Attachments:

GoogleCodeExporter commented 8 years ago
I meant "setThreeD", not "isThreeD"

Original comment by abricogu...@gmail.com on 3 Feb 2014 at 2:35