You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in marker.colors being return by findArrayAttributes even though marker.colors is not in the user data. See https://codepen.io/bpostlethwaite/pen/dJozzo for an example.
This is seemingly inconsistent with standard fullData behaviour.
The text was updated successfully, but these errors were encountered:
Offending (?) line of code
plotly.js/src/traces/pie/defaults.js
Line 38 in 599dff9
This results in
marker.colors
being return byfindArrayAttributes
even thoughmarker.colors
is not in the user data. See https://codepen.io/bpostlethwaite/pen/dJozzo for an example.This is seemingly inconsistent with standard fullData behaviour.
The text was updated successfully, but these errors were encountered: