add some points to plotly
This commit is contained in:
parent
82116aec98
commit
669c36ec67
@ -1,6 +1,17 @@
|
|||||||
# Graphing Spikes
|
# Plotly
|
||||||
|
|
||||||
## Plotly
|
![](http://g.recordit.co/FtMgVC8tE3.gif)
|
||||||
|
|
||||||
Adding plotly through npm and created a plotly graph components
|
Adding plotly through npm and created a plotly graph components
|
||||||
Running three different graph types of the same data on the same page
|
Running three different graph types of the same data on the same page
|
||||||
|
|
||||||
|
## summary
|
||||||
|
|
||||||
|
Pros:
|
||||||
|
- [x] simple and complete api for static graphs
|
||||||
|
|
||||||
|
Cons:
|
||||||
|
- [ ] very slow on consecutive renders (if they happen in short intervals)
|
||||||
|
- [ ] lacking api for real time graphs
|
||||||
|
- [ ] `restyle` or `recalc` are only useful for style changes
|
||||||
|
- [ ] `extendTraces` API is not documented and not obvious
|
||||||
|
Loading…
Reference in New Issue
Block a user