Is there some sample code to show a 3D pie chart with KendoUI angular 4?
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 18 May 2018, 05:55 AM
Hello Chau,
Currently Kendo UI for Angular Charts do not provide true 3D appearance out-of-the-box, but you can use the available series overlay gradients to achieve a 3D-effect, e.g.:
Using custom visuals for the series is also an option, but it would require rather complex custom implementation. Check out the following example for a sample that might point you in the right direction (it is for a column-type series Chart):