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

Fix contour(carpet) label formatting via colorbar settings #4177

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Sep 9, 2019

fixes #4175, a regression from #3786 the colorbar refactor leading up to shared color-axes released in v1.48.0.

More precisely, this line

// save for other callers to access this axis
component.axis = cbAxisOut;

didn't make into f7c5a8e

before: https://codepen.io/etpinard/pen/oNvqgGY
after: https://codepen.io/etpinard/pen/PoYRZqK

cc @plotly/plotly_js

@etpinard etpinard added bug something broken status: reviewable labels Sep 9, 2019
@archmoj archmoj added the regression this used to work label Sep 9, 2019
@archmoj
Copy link
Contributor

archmoj commented Sep 9, 2019

@etpinard Thanks for the PR.
💃

@etpinard etpinard merged commit 4ef2f80 into master Sep 9, 2019
@etpinard etpinard deleted the contourlabel-format-via-colorbar-fix branch September 9, 2019 20:28
@ghost
Copy link

ghost commented Sep 11, 2019

Thanks for the fix! How do I merge this fix into my plotly.min.js?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken regression this used to work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newest version of Plotly is not showing custom contour lines
2 participants