Closed
Description
With version 2.23.0, it seems like the data[type=heatmap]
zsmooth property to false
does not seem to have any effect in Safari (tested in 16.4.1 on macOS Monterey and macOS Ventura, also Safari for iOS 16.4).
No matter what the value is set to, Safari renders the heatmap as a big blurry mess; while, it is nice and crisp rendered in Firefox and Chrome.
Codepen Example: https://codepen.io/theqlp/pen/Poyayop
The issue seems to be a regression from 2.22.0 and can be replicated by changing the script tag in the codepen from:
<script src="https://cdn.plot.ly/plotly-2.23.0.min.js"></script>
to:
<script src="https://cdn.plot.ly/plotly-2.22.0.min.js"></script>
I have posted screenshots showing the behavior of 2.20.0 and 2.23.0 in macOS Safari, 2.23.0 in Firefox and Chrome, and 2.23.0 in Safari for iOS: https://imgur.com/a/m75ozkP