Stacked Bar Chart 3D
Signature
sp.stacked_bar3d(title, labels=None, series=None, *, x_label="", y_label="", z_label="", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart
Aliases: sp.build_stacked_bar3d_chart(), sp.stacked_bar_3d(), sp.stacked_bar3d_chart().
Description
sp.stacked_bar3d() stacks multiple series into segmented 3D bars.
Parameters
Returns
Chart object with an .html property and a .show() method.