v1.3.0
[1.3.0] - 2020-04-28
warning
This version is not available under @lightningchart in NPM.
It can only be accessed via legacy @arction organization.
Added
- Heatmap
- ChartXY.addHeatmapSeries()
- IntensityGridSeries can be used for visualization of magnitude in two dimensions.
- IntensityMeshSeries can be used for visualization of magnitude in two dimensions, where the geometry of the series can be edited.
- Dashboard.createZoomBandChart()
- Added Axis Bands and ConstantLines.
- Application/Intranet Deployment key support
- A way to disable all animations at once.
- Call
disableAnimations()on any chart or specifydisableAnimations: trueas a chart creation option.
- Call
- Added series.addArrayX(), .addArrayY(), .addArrayXY() to basic Series types in XY Charts for user convenience.
- These methods cause some overhead when used, so using the series.add() is still recommended for best performance.
- Added .addArrayY() to OHLCSeriesWithAutomaticPacking for user convenience.
- This method causes some overhead when used, using .add() method is still recommended for best performance.
- getSeries() method to XY Charts and Spider chart.
- Support for rendering in Node JS environment with the help of "@lightningchart/lcjs-headless" package.
renderFrame()method to engine.- Added getDataLabelFillStyle and setDataLabelFillStyle to SolidGauge.