Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Parcoords - rgba not reflecting alpha #3964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MrHejtmar opened this issue Jun 14, 2019 · 1 comment
Closed

Parcoords - rgba not reflecting alpha #3964

MrHejtmar opened this issue Jun 14, 2019 · 1 comment
Labels
feature something new

Comments

@MrHejtmar
Copy link

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/ydYxbx
@etpinard etpinard added the feature something new label Jun 14, 2019
@etpinard
Copy link
Contributor

etpinard commented Jun 14, 2019

That's correct - we don't support the alpha channel in parcoords colorscales at the moment.

related #3917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

No branches or pull requests

2 participants