904328bfca
It seems that customising plotly can become difficult once introducing more unique properties to the style of a graph. In this case changing the colour of a graph was easy, but adding a border to the top of the graph only becomes cumberson. |
||
---|---|---|
.. | ||
client | ||
server | ||
static | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
package.json | ||
readme.md | ||
webpack.config.js | ||
yarn.lock |
Plotly
Adding plotly through npm and created a plotly graph components Running three different graph types of the same data on the same page
summary
Pros:
- 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
orrecalc
are only useful for style changesextendTraces
API is not documented and not obvious