-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
mesh coloring: intensity doesn't clear #654
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
Comments
You just need to wrap the If my suspicion is correct, the Plotly.restyle('chart', {intensity: [null, [0, 1, 2, 3], [null]]} , 0 ); |
You're right, it works with |
@VeraZab that's because Very confusingly, the outer arrays in In more details: see #167 (comment) |
intensity persists even if set to null and not present in _fullData.
http://codepen.io/veraz/pen/LZZJjv
The text was updated successfully, but these errors were encountered: