Closed
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
But these colors are set during Pie.plot
, not Pie.style
.