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
Originally reported in plotly/plotly.py#1573
When a histogram2dcontour trace with contour.coloring: 'heatmap' is displayed with a config of responsive: true, it loses its coloring on resize.
histogram2dcontour
contour.coloring: 'heatmap'
responsive: true
CodePen: https://codepen.io/jonmmease/pen/KLQWOO?editors=1010
var x = [0, 1, 1]; var y = [0, 1, 1]; var data = [ { x: x, y: y, type: 'histogram2dcontour', contours: {coloring: 'heatmap'} } ]; Plotly.newPlot('graph', data, {}, {responsive:true});
The text was updated successfully, but these errors were encountered:
Fixed in master https://codepen.io/etpinard/pen/RmQMrz?editors=1010
master
Duplicate of #3858
Sorry, something went wrong.
No branches or pull requests
Originally reported in plotly/plotly.py#1573
When a
histogram2dcontour
trace withcontour.coloring: 'heatmap'
is displayed with a config ofresponsive: true
, it loses its coloring on resize.CodePen: https://codepen.io/jonmmease/pen/KLQWOO?editors=1010
The text was updated successfully, but these errors were encountered: