Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sunburst Chart 3D

Signature

sp.sunburst3d(title, labels=None, parents=None, values=None, *, bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart

Aliases: sp.build_sunburst3d_chart(), sp.sunburst_3d(), sp.sunburst3d_chart().

Description

sp.sunburst3d() renders a hierarchical sunburst as concentric 3D rings.

Parameters

Returns

Chart object with an .html property and a .show() method.