Skip to content

5.10.9

Compare
Choose a tag to compare
@martynasma martynasma released this 20 Dec 12:45
· 4 commits to master since this release

[5.10.9] - 2024-12-20

Added

  • Added way to determine if text label was autotruncated (label.text._display.trunacted).
  • Heikin Ashi indicator added to StockChart.

Changed

  • The following settings will carry over to Label's HTML content if set: fontFamily, fontSize, fontStyle, fontWeight, fontStyle, fontVariant, textDecoration.
  • When an MapChart is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out.
  • When arranging tooltips on an XYChart, will now pay attention to tooltipContainerBounds.bottom setting.

Fixed

  • ZoomableContainer was not zooming out properly if minZoomLevel was < 1.
  • PicturePattern was ignoring colorOpacity setting.
  • PicturePattern with fit: "pattern" set would sometimes not show actual image.
  • "Measure" drawing tool of StockChart was not including one volume bar value.
  • If a timezone was set on a chart and browser's locale was set to some non-English language, weekly grid was shown incorrecly on a DateAxis.
  • Changing text on a Label with oversizedBehavior="fit" would sometimes not revert to original scale even if the new text would fit into max width.