-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Parcoords line opacity, rgba color not working #2699
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
Comments
It also doesn't work using the Line constructor and assigning an rgba color, or by defining an rgba colorscale. |
Yes, I believe the docstring is incorrect in this case, and only RGB is supported. |
Is this achievable through another manor? I can see when doing a brush selection, the unselected lines go transparent and dark |
This bug has not been fixed, right? And I guess the plan is to leave it as it is, correct? |
We'd welcome a PR to add RGBA/opacity support to parcoords lines in https://github.com/plotly/plotly.js - but until that happens this is just a documentation bug (albeit a fairly subtle one, as currently we don't have a way in plotly.js/plotly.py to designate colors as not supporting opacity) |
Is there any updates? |
hi @noob-procrastinator Once a PR is created, we would tie it to this issue so everyone is updated on the progress. |
The documentation specifies that the parcoords' line argument color can be a an rgba string. This doesn't work though and the lines remain a solid color as if using only the rgb part.
The text was updated successfully, but these errors were encountered: