|
|
|
|
|
by phonon
3571 days ago
|
|
We looked into it after they open sourced it; AFAIK, it is still designed to connect to their streaming servers with an API key (or run locally in an ipython notebook or similar "offline"). If you want to make your own private dashboards for your own system you still need https://plot.ly/product/enterprise/#plotly-on-premise See
https://github.com/plotly/plotly.js/issues/16 Maybe there is a way of rolling your own, but there isn't any documentation... We ended up using (Django-)NVD3 instead, which worked fine. |
|