template and react. The line should be blue but it鈥檚 still hotpink: https://codepen.io/chriddyp/pen/EeQoGEPotentially related to: https://github.com/plotly/plotly.js/issues/3032
Some info:
Parcoords line colors:
The template propagates fine during react, the problem happens during the parcoords update. We can replicate this bug using restyle and relayout: https://codepen.io/etpinard/pen/YJVrKm
Carpet grid colors:
No bug here (I think). You' need to include startlinecolor and endlinecolor or color in your template: e.g. https://codepen.io/etpinard/pen/ZqKXOo?editors=1010
Polar grid lines:
This line:
is off. In fact, we _do_ need to propagate the template so that the attributes that use coerce2 can reach into _template. This should be an easy fix, PR incoming.
So I've been able to get the carpet grid colors working in the carpet trace directly, but they don't seem to be coming through from the data portion of the template.
https://codepen.io/jonmmease/pen/NOjyya
Does my template data specification here look right?
Good :eye: @jonmmease , fixed in https://github.com/plotly/plotly.js/pull/3095
All the "real" template issues listed here have been resolved.
The parcoords problems are now in -> https://github.com/plotly/plotly.js/issues/3101
Closing.
Most helpful comment
Good :eye: @jonmmease , fixed in https://github.com/plotly/plotly.js/pull/3095