-
-
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
Should we add a *strict* (or *debug*) mode that runs Plotly.validate
on every newPlot
and update
call before attempting to draw?
#1741
Comments
Plotly.validate
on every newPlot
and update
call before attempting to draw?Plotly.validate
on every newPlot
and update
call before attempting to draw?
Random question: does a bundle with stripped metadata affect at all what or how it's able to report errors? (Otherwise I like the idea of this as a config argument and of reporting as much/helpful information as we can.) |
In its current implementation, |
cc @phxnsharp if you weren't aware of this. |
This sounds like exactly what we would prefer. Is there a sense of what type of performance hit this would involve? |
At the moment, That said, if we choose to implement #1998, |
cross-referencing #167 |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
which would essentially be a more general way to resolve #1736
I'm thinking this strict/debug mode would be set as a config argument. We could either log the attribute errors (as
Plotly.validate
currently does) or throw an error.The text was updated successfully, but these errors were encountered: