-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
Description
See https://codepen.io/alexcjohnson/pen/jeogoy?editors=0010 - this edits titlefont.color
, and you can see that it doesn't change from red to yellow as it should via react
. The same is true via restyle
, and of (inside|outside)textfont.color
.
Thanks @nicolaskruchten!
Looks like pie overrides the text color editType
:
plotly.js/src/traces/pie/attributes.js
Line 21 in 1819584
colorEditType: 'style', |
But these colors are set during Pie.plot
, not Pie.style
.
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken