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
There seems to be an issue with specifying line color of a parcoords trace with an integer TypedArray. All of the values seem to be rounded to the min or max color value.
There seems to be an issue with specifying line color of a
parcoords
trace with an integer TypedArray. All of the values seem to be rounded to the min or max color value.CodePen: https://codepen.io/jonmmease/pen/QoNgMe?editors=1010
When
line.color
is specified as a standard array or floating point TypedArray:When

line.color
is specified as an integer TypedArray:The text was updated successfully, but these errors were encountered: