Skip to content
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

Parcoords coloraxis #3901

Merged
merged 2 commits into from
May 23, 2019
Merged

Parcoords coloraxis #3901

merged 2 commits into from
May 23, 2019

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented May 23, 2019

fixes #3895 - which I forgot to test while working on #3803

before: https://codepen.io/nicolaskruchten/pen/yWvPEK
after: https://codepen.io/nicolaskruchten/pen/yWvPEK https://codepen.io/etpinard/pen/mYXvZg

cc @plotly/plotly_js this should go in v1.48.0

@etpinard etpinard added bug something broken status: reviewable labels May 23, 2019
@etpinard etpinard added this to the v1.48.0 milestone May 23, 2019
@archmoj
Copy link
Contributor

archmoj commented May 23, 2019

@etpinard Thanks for the fix. The after codepen link may not be correct.

@etpinard
Copy link
Contributor Author

The after codepen link may not be correct.

Fixed. Thanks.

Copy link
Contributor

@archmoj archmoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix.
There is only one non-blocking comment.
@etpinard feel free to merge this.
💃

vals: color,
if(Colorscale.hasColorscale(trace, 'line') && Array.isArray(trace.line.color)) {
lineColor = trace.line.color;
cscale = Colorscale.extractOpts(trace.line).colorscale;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking but cScale may be a better naming.

@etpinard etpinard merged commit 554d3d1 into master May 23, 2019
@etpinard etpinard deleted the parcoords-coloraxis branch May 23, 2019 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parcoords.line.coloraxis
2 participants