Skip to content

Releases: louisnw01/lightweight-charts-python

v1.0.20

24 Feb 13:43
Compare
Choose a tag to compare

Update 1.0.20

Enhancements

  • Added the marker_list method for setting multiple markers.
  • Use IFrame for JupyterChart (#260, #264)
  • Add sync_crosshairs_only parameter to create_subchart (#293)

Bug Fixes

  • Set default dtype to prevent pandas deprecated warning (#291)
  • Fixed table scrolling bug (#278)
  • Fix toolbox hotkey chart selection and toolbox resize display bug (#267)

v1.0.19

21 Jan 14:47
Compare
Choose a tag to compare
  • Added the title paramter to Chart
  • Introduced additional PriceScaleOptions to the price_scale method
  • Added the position parameter to Chart
  • Added the render_drawings parameter to update
  • Added the round parameter to vertical_span

v1.0.18.8: Enhancements & Bug Fixes

10 Dec 19:50
Compare
Choose a tag to compare

Enhancements & Bug Fixes

  • Added the color_based_on_candle parameter to the legend, which will color the percentage change based on the candle color underneath the crosshair.
    (#210)
  • Fixed a bug which prevented the legend from turning off. (#216)

v1.0.18.6: Enhancements:

22 Nov 17:34
Compare
Choose a tag to compare

Enhancements:

  • Added the title parameter to Chart.

Bug Fixes:

  • When passing a timestamp format to set, update, or update_from_tick, the unit is now by default milliseconds rather than nanoseconds.
  • When using update, if a time is passed that occurs before the current last datapoint, an error will be raised.

v1.0.18.3: Enhancements & Bug Fixes

31 Oct 14:24
Compare
Choose a tag to compare

Enhancements

  • Updated to Lightweight Charts 4.1
  • Topbar menu widgets will now scroll when a large number of items are added to them
  • Vertical Spans can now be placed on Line objects

Bugs

  • Histograms will now be deleted from the legend
  • autoScale is reset to true upon using set.

Enhancements & Bug Fixes

09 Oct 16:48
Compare
Choose a tag to compare

Enhancements

  • Added the header attribute to Table, which operates identically to footer.
  • Added the return_clicked_cells parameter to create_table, which will return the heading name of the clicked cell within a callback.
  • Added more style parameters to Table.
  • Added the text parameter to legend, allowing for static text to be displayed alongside the crosshair data.

Bug Fixes

  • Fixed PyQt5 attemping to use contextMenuPolicy.

v1.0.17.7: Bug Fixes:

29 Sep 11:05
Compare
Choose a tag to compare

Bug Fixes:

  • Screen now defaults to the active screen rather than the 0 screen.
  • null values given in chart data are now removed and replaced with whitespace.
  • Closing the chart window now cleanly exits.
  • Fixed a bug causing the offset parameter to be greater than 0 when there is no offset.

v1.0.17.6: Enhancements:

24 Sep 14:12
Compare
Choose a tag to compare

Enhancements:

  • Hotkeys can now use any character, and modifier keys are not required.
  • Refactored the colors of the topbar, searchbox, toolbox, and widgets for consistency.
  • Toolbox/interval refactoring and simplification.
  • Histograms now show up in the legend, and will use shorthand notation by default (e.g 34k rather than 34000).

v1.0.17.5: Enhancements:

14 Sep 09:53
Compare
Choose a tag to compare

Enhancements:

  • added the align parameter to all topbar widgets, allowing for individual widgets to be placed either on the left or right hand side of the topbar.
  • DIsabled QtChart’s context menu by default.

Bug Fixes:

  • The screenshot method now works for subcharts.
  • Tables will still render if a NoneType is passed to them as a value.
  • Qt and Wx charts no longer throw an error when using the toolbox.

v1.0.17.3: Enhancements:

04 Sep 19:30
Compare
Choose a tag to compare

Enhancements:

  • added the create_histogram method and the Histogram object.
  • added the round parameter to trend_line and ray_line
  • chart.set can now be given line data.

Bug Fixes:

  • NaN values can now be given when setting data, and will leave a blank space in the data.
  • resize will now change the chart wrapper’s size as well as the chart itself.