Skip to main content
Version: 8.3.2

v2.1.0

[2.1.0] - 2020-11-30

warning

This version is not available under @lightningchart in NPM. It can only be accessed via legacy @arction organization.

Added

  • 3D Surface Series
  • 3D Box Series
  • Added 3D Tick gridlines.
  • Heatmap cursor support
  • Custom Theme API to create your own Themes.
    • customSimpleTheme()
    • customComplexTheme()
    • customTheme()
  • New themes
    • AuroraBorealis
    • BlueSciFi
    • Classy
    • DarkGradient
    • Lavender
    • LavenderGradient
    • LightGradient
    • Lipstick
    • Monochrome
    • Night
    • Raspberry
    • Sunset
  • Series.onHighlight / Series.offHighlight
  • Axis.getInterval() method for retrieving the currently applied axis scale interval.
  • Added vec3utils. A collection of 3-dimensional vector math functions.
  • Intensity series wireframe

Changed

  • Highlighting a Series on a Chart also highlights corresponding Series in attached Zoom Band Chart

Removed

Fixed

  • Fix not being able to style 3D Tick lines.
  • Fixed error when running the charts in Node JS. (With the lcjs-headless package)
  • Pie, Funnel and Spider charts animation speed inconsistency with ChartXY animation speed.
  • Rendering error on first frame.

Deprecated

  • DefaultLibraryStyle - Use Themes.dark or any other Theme instead.