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

Funnel Chart 3D

Signature

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

Aliases: sp.build_funnel3d_chart(), sp.funnel_3d(), sp.funnel3d_chart().

Description

sp.funnel3d() renders a conversion funnel as stacked 3D frustum segments.

Parameters

Returns

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