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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@
11
11
# 🆒 Features
12
12
13
13
- 🚀 Fastest time-to-first-plot in Julia!
14
-
- 🌐 Use the [Plotly.js Javascript documentation](https://plotly.com/javascript/) directly.
15
-
- No magic syntax here. Just [`JSON3.write`](https://github.com/quinnj/JSON3.jl).
16
-
- Set deeply-nested items easily with [`EasyConfig.jl`](https://github.com/joshday/EasyConfig.jl).
14
+
- 🌐 Use the [Plotly.js Javascript documentation](https://plotly.com/javascript/) directly. No magic syntax: Just [`JSON3.write`](https://github.com/quinnj/JSON3.jl).
15
+
- Set deeply-nested keys easily with [`EasyConfig.jl`](https://github.com/joshday/EasyConfig.jl).
17
16
- e.g. `myplot.layout.xaxis.title.font.family = "Arial"`
18
17
- 🕸️ Plays nicely with [Cobweb.jl](https://github.com/joshday/Cobweb.jl).
19
18
- 🎈 Plots will appear in `MIME"text/html"` environments (like [Pluto.jl](https://github.com/fonsp/Pluto.jl)).
19
+
- 📊 The Same [built-in themes](https://plotly.com/python/templates/) as Plotly's python package.
0 commit comments