Skip to content

Commit cf247d0

Browse files
authored
Fix layout shape line dash w/ custom lenghts plotly#3375
1 parent 1788c1c commit cf247d0

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/validators/layout/shape/line

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/validators/layout/shape/line/_dash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import _plotly_utils.basevalidators
22

33

4-
class DashValidator(_plotly_utils.basevalidators.StringValidator):
4+
class DashValidator(_plotly_utils.basevalidators.DashValidator):
55
def __init__(self, plotly_name="dash", parent_name="layout.shape.line", **kwargs):
66
super(DashValidator, self).__init__(
77
plotly_name=plotly_name,

0 commit comments

Comments
 (0)