Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
figure through go.Figure for validation? #257
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.Figureto 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.