Skip to content

5.4.9

Compare
Choose a tag to compare
@martynasma martynasma released this 06 Oct 06:34
· 53 commits to master since this release

[5.4.9] - 2023-10-06

Added

  • drawingsInteractive(value: bool) method added to StockChart. false will make current annotations (drawings) to be fully static (non-editable).

Fixed

  • Zoom out button on XYChart was not focusable.
  • Pulled out slices of a PieSeries could overlap with other slices if some slices were hidden.
  • Pinch-zooming was not working properly in XYChart.
  • Candlesticks on a StockChart were being colored based on previous period close value instead of current period open value.