Bar Chart 3D
Signature
sp.bar3d(title, x=None, y=None, z=None, *, color_hex=0x6366F1, palette=None, bg_color="#1a1a2e", width=900, height=600, x_label="", y_label="", z_label="", **kwargs) -> Chart
Aliases: sp.build_bar3d_chart(), sp.bar_3d(), sp.bar3d_chart(), sp.bar3d_family(), sp.bars3d().
Description
sp.bar3d() renders bars as extruded rectangular prisms on a WebGL-style canvas scene.
Parameters
Returns
Chart object with an .html property and a .show() method.