v1.0.0
This is a complete rewrite of NodePlotLib. In addition to the previous functionality it provides the possibility to stream data from NodeJS directly to the browser without any frontend preparations, the only thing needed is a plot
function that accepts plot data or an RxJS observable of plot data. The previous versions stack
and clear
functions are not needed anymore.
Changelog
- Uses an NX workspace
- Uses Angular for the frontend
- Uses NestJS for the library
- Exposes a
plot
function andPlot
,Layout
types (TypeScript) - Uses a socket.io real time connection
- Closes all active subscriptions if there is no browser window listening
- Reworked the docs
- Added an icon
- Added a new animation for npmjs.com
- Adds a link to the Plotly.js documentation
- Adds a link to an internal documentation
- Adds a link to the Github repository