Skip to main content
Version: 5.2.0

v1.2.0

[1.2.0] - 2019-12-10

Added

  • Added Axis Bands and ConstantLines.
  • ColorHEX supports format with '0x' prefix.
  • Dashboard.setSplitterStyle()
  • Dashboard.setSplitterStyleHighlight()
  • Dashboard.setBackgroundFillStyle()
  • Dashboard.setBackgroundStrokeStyle()
  • High DPI rendering support with 'devicePixelRatio' engine option
  • Themes, with 'dark' and 'light' preset themes available.
  • LUT (ValueRangePalette)
  • series.getPointAmount() in XY Charts
  • ChartXY.setMouseInteractionsWhileScrolling()
  • ChartXY.setMouseInteractionsWhileZooming()
  • New option when creating lines: highlightThicknessMultiplier can be used to specify thickness of highlighted lines
  • Progressive DataPatterns precision

Changed

  • Chart examples linked in the readme
  • Mouse interactions are disabled by default when scrolling / zooming. This behavior can be changed with methods in XY Charts.

Fixed

  • GL errors with Pyramid Chart
  • AutoCursor working incorrectly with touch displays