Skip to content

v1.0.17.1: Enhancements:

Compare
Choose a tag to compare
@louisnw01 louisnw01 released this 31 Aug 20:32
· 109 commits to main since this release

Enhancements:

  • Added the screen parameter to Chart, allowing for monitor selection. This should be an index from 0 (0 = primary monitor, 1= second monitor, etc.)
  • vertical_span method, allowing for vertical lines/spans to be drawn across the chart. #84
  • set_visible_range method, which will set the visible range of the chart based on two given dates. #91
  • resize method, which resizes the chart to the given size. #92
  • sync will now sync both charts, regardless of which one is scrolled/zoomed. #86

Bug Fixes:

  • Fixed circle and square marker shapes not rendering. #94