From 1070b7b60308925b9c0f98075c354bb05b6f25ca Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 31 Aug 2024 00:26:17 +0200 Subject: web: add plotly example --- src/web/plotly.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/web/plotly.md (limited to 'src/web/plotly.md') diff --git a/src/web/plotly.md b/src/web/plotly.md new file mode 100644 index 0000000..31736b7 --- /dev/null +++ b/src/web/plotly.md @@ -0,0 +1,16 @@ +# Plotly js + +Visualization library for javascript based on `d3`. + +Official documentation is [here][plotly-js]. + +## Line chart example +The following is an example for a *line* chart which contains many options that +I frequently use. It is bloated on purpose to document the options for myself. + +[Rendered html](src/plotly.html) +```html +{{#include src/plotly.html:3: }} +``` + +[plotly-js]: https://plotly.com/javascript/ -- cgit v1.2.3