We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When updating chart data and setting type to "contour", the lowest color in the colormap is always set to white instead of the right color.
This is a reproduction on codepen: https://codepen.io/fredx87/pen/YzqdJZz
If I use Plotly.react the colorbar is wrong, if I redraw the chart using Plotly.newPlot the colorbar is correct.
Plotly.react
Plotly.newPlot
The text was updated successfully, but these errors were encountered:
Thanks for the report and clear demo.
Sorry, something went wrong.
Fix issue where styles weren't reset when re-using SVGs in colorbar
9319e2e
Fixes plotly#5161
I've had a go at this in #5217 Let me know if that's OK 😄
Happy Hacktoberfest! 🎃
Successfully merging a pull request may close this issue.
When updating chart data and setting type to "contour", the lowest color in the colormap is always set to white instead of the right color.
This is a reproduction on codepen: https://codepen.io/fredx87/pen/YzqdJZz
If I use
Plotly.react
the colorbar is wrong, if I redraw the chart usingPlotly.newPlot
the colorbar is correct.The text was updated successfully, but these errors were encountered: