Pie Chart 3D
Signature
sp.pie3d(title, labels=None, values=None, *, sort_order="none", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart
Aliases: sp.build_pie3d_chart(), sp.pie_3d(), sp.pie3d_chart(), sp.pie3d_family(), sp.pies3d().
Description
sp.pie3d() renders a pie chart as an extruded 3D disc with wedge depth.
Parameters
Returns
Chart object with an .html property and a .show() method.