This repository was archived by the owner on Jun 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 143
Pass figure
through go.Figure
for validation?
#257
Comments
Will happen in plotly/dash#340 |
This worked pretty generally, but it seems there are some instances where
e.g., |
^ Looks like this is an issue in plotly.py |
Is figure validation already implemented? I am looking for ways to boost performance and would prefer to turn this off if it's on by default. |
No, if you construct your |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user supplies their data with dictionaries and lists, they won't get validation. Perhaps we should pass the figure through
plotly.graph_objs.Figure
to give them validation.This will require us to write some intermediate code between the auto-generated code and the serialization, which we haven't done before. It might be a good use case to try out these types of abstractions.
The text was updated successfully, but these errors were encountered: