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
Currently when setting the line colors for parcoords, it is impossible to modify the line transparency using RGBA colorscale and set alpha to zero. It is reflected in the colorbar, but not with lines themselves.
As seen in the example, lines should change color from red - fully opaque, to red - fully transparent, according to alpha. However, the line color only reflects RGB properties and lines are red - fully opaque, yet the colorbar scale is shown correctly.
Example
https://codepen.io/anon/pen/ydYxbx
The text was updated successfully, but these errors were encountered:
Issue
Currently when setting the line colors for parcoords, it is impossible to modify the line transparency using RGBA colorscale and set alpha to zero. It is reflected in the colorbar, but not with lines themselves.
As seen in the example, lines should change color from red - fully opaque, to red - fully transparent, according to alpha. However, the line color only reflects RGB properties and lines are red - fully opaque, yet the colorbar scale is shown correctly.
Example
https://codepen.io/anon/pen/ydYxbxThe text was updated successfully, but these errors were encountered: