We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e670c4b commit e124216Copy full SHA for e124216
1 file changed
packages/python/plotly/plotly/express/_core.py
@@ -812,6 +812,7 @@ def make_trace_spec(args, constructor, attrs, trace_patch):
812
or (
813
args["render_mode"] == "auto"
814
and len(args["data_frame"]) > 1000
815
+ and args["line_shape"] != "spline"
816
and args["animation_frame"] is None
817
)
818
):
0 commit comments