Skip to content

Parcoords - rgba not reflecting alpha #3964

Closed
@MrHejtmar

Description

@MrHejtmar

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

Activity

etpinard

etpinard commented on Jun 14, 2019

@etpinard
Contributor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @etpinard@MrHejtmar

        Issue actions

          Parcoords - rgba not reflecting alpha · Issue #3964 · plotly/plotly.js