Skip to content

Releases: louisnw01/lightweight-charts-python

version 1.0.4

17 May 11:49
Compare
Choose a tag to compare
  • Fixed an issue which caused JavaScript variables of the same name to be declared twice.
  • Refactored to allow the widget classes to use the subscribe_click method.

version 1.0.3

15 May 11:31
Compare
Choose a tag to compare
  • Added support for PyQt.
  • Refactored widgets to catch ModuleNotFoundErrors.

v1.0.2: - Added missing docstrings (line.set(), chart.hide(), chart.exit()).

12 May 12:30
Compare
Choose a tag to compare

Fixes:

  • Added missing docstrings (line.set(), chart.hide(), chart.exit()).
  • Updated chart.exit() to destroy objects and terminate the webview process.
  • Fixed WxChart not expanding correctly and removed its width and height parameters.
  • Fixed KeyboardInterrupt error message when using show(block=True).

v1.0.0

11 May 10:41
Compare
Choose a tag to compare

First release