-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
coloraxis1 not matching coloraxis #3892
Comments
There seem to be others that don't support a The way we're handling this right now - What if we changed this logic to happen in
Would be a bit of a project, but is there any more complexity to it than that? |
huh. Plotly.py's codegen logic I think assumes this works everywhere. @jonmmease ? |
@nicolaskruchten, plotly.py should be the one doing the translation of |
OK cool, so this isn't really a big priority. I'd mistaken plotly.py features for plotly.js features ;) |
The Python fix works for me atm. Happy to close this or leave it open for discussion, but not a priority for me at this time :) |
Related #2519 |
Merging with #2519 |
In this codepen, the colorbar doesn't show: https://codepen.io/nicolaskruchten/pen/BeJgWL
If I change
marker.coloraxis = "coloraxis1"
tomarker.coloraxis = "coloraxis"
it does. Even if I setlayout.coloraxis1 = {showscale: true}
it doesn't.The text was updated successfully, but these errors were encountered: