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
When I set the marker.color property of a scatter trace to a numeric TypedArray, the color is computed based on the numeric values in the array and the marker's colorscale.
Last one for today I promise!
When I set the
marker.color
property of ascatter
trace to a numericTypedArray
, the color is computed based on the numeric values in the array and the marker's colorscale.But, when I do the same thing using a
scattergl
trace, a color is chosen that's not in the specified colorscaleCodepen: https://codepen.io/anon/pen/LmbQdv
Note: The colors for the
scattergl
trace display propery if themarker.color
propery is set to a standard (non-typed) array.The text was updated successfully, but these errors were encountered: