blob: 31736b770dcbb40604bb56e571153df5abc9be8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/
|