Skip to content

v1.0.0

Compare
Choose a tag to compare
@ngfelixl ngfelixl released this 03 Jan 23:52
a1b2eff

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 and Plot, 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