Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd05234

Browse files
committed
Recognize "transparent" as a color
1 parent ce0ed07 commit fd05234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python/plotly/_plotly_utils/basevalidators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,7 @@ class ColorValidator(BaseValidator):
12761276
"teal",
12771277
"thistle",
12781278
"tomato",
1279+
"transparent",
12791280
"turquoise",
12801281
"violet",
12811282
"wheat",

0 commit comments

Comments
 (0)