You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While a chart can be created using a single method call, in general it would make things easier to add keyword properties to Chart.__init__(...) and related factory methods that allow for "one-shot" chart creation. For example:
Chart(series = ..., data = ..., series_type = ...)