Skip to content

Releases: ngfelixl/nodeplotlib

v0.7.0

05 Jan 14:24
a6a9b55
Compare
Choose a tag to compare

Changelog:

  • Update to plotly version 1.58.4
  • This version supports candlesticks
  • Update Typescript to version 4
  • Update Webpack to version 5
  • Add candlestick and scatter demos
  • Fixes an issue where plots where generated two times

v0.6.5

29 Dec 12:34
ff2595e
Compare
Choose a tag to compare

Features

Plotting with simple plot, stack, clear functions in NodeJS without any frontend preparations. You can use the full plotly.js features. For these features have a look at the plotly docs. When you create new plots a new browser window pops up and draws your data.

Changelog 0.6.5

  • Update dependencies
  • Remove yarn.lock file
  • Introduce github issue templates, contribution guidelines and code of conduct
  • Remove pre-commit hooks that run the test before commiting