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
premade templates can be accessed via the `ChartTemplates` module. In fact, the `ChartTemplates.plotly` template is always active by default (see [global defaults](./005_defaults.html))
here are then contents of the template `plotly` which is used by default for all charts:
52
+
53
+
*)
54
+
55
+
openDynamicObj
56
+
57
+
(***include-output***)
58
+
ChartTemplates.plotly
59
+
|> DynObj.print
60
+
61
+
(**
62
+
63
+
## Creating custom templates
64
+
65
+
Chart Templates consist of a `Layout` object and a collection of `Trace` objects. Both are used to set default values for all possible styling options:
0 commit comments