Skip to content

Commit 5fd3faa

Browse files
committed
readme
1 parent 1ade873 commit 5fd3faa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
# 🆒 Features
1212

1313
- 🚀 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).
1716
- e.g. `myplot.layout.xaxis.title.font.family = "Arial"`
1817
- 🕸️ Plays nicely with [Cobweb.jl](https://github.com/joshday/Cobweb.jl).
1918
- 🎈 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.
2020

2121
<br><br>
2222

0 commit comments

Comments
 (0)