Added by Magnus Arntzen about 13 years ago
Hi.
I believe I found a minor bug in WPieChart.
WPieChart::setPerspectiveEnabled(false);
also generates a 3D look, although it shouldn't, judging from the bool.
The 2D look is only generated if no call to setPerspectiveEnabled() is performed.
Best,
Magnus Arntzen
Thank you, a fix will be in git soon.
For now, this is probably a work-around:
setPerspectiveEnabled(false, 0);