Dumbbell Chart 3D
Signature
sp.dumbbell3d(title, labels=None, start=None, end=None, *, y_label="", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart
Aliases: sp.build_dumbbell3d_chart(), sp.dumbbell_3d(), sp.dumbbell3d_chart().
Description
sp.dumbbell3d() connects a start and end value per category with a 3D dumbbell shape.
Parameters
Returns
Chart object with an .html property and a .show() method.