Lancements de LightningChart JS

Released: Mar 9, 2026

Mises à jour de v8.2.2

Fonctionnalités

  • Upgraded dependency of immutable from 4.0.0 to 4.3.8 in response to a vulnerability.

Released: Feb 4, 2026

Mises à jour de v8.2.0

Fonctionnalités

  • Added LinearGaugeChart.
  • Added high precision axis support to Chart3D.
  • Added AxisTickStrategy.setCustomTickPlacement:
    • Allows specifying custom logic to override placement of axis ticks.
  • Added PointLineAreaSeries.setRenderTransform:
    • New beta feature targeted to use cases where application often requires applying an affine transformation (scale+offset) to XY visualizations.
    • Render transform can be changed very rapidly and doesn't require any heavy recalculations.
  • Added nonNumeric...

Released: Nov 25, 2025

Mises à jour de v8.1.1

Fonctionnalités

  • Added FigureSeries.getFigures convenience method.

Correctifs

  • Fixed DataSetXY degradation introduced in v8.0.0, where start parameter is not respected if data set already has existing data.
  • Fixed performance issue with HTML text rendering and large number of custom ticks.

Released: Nov 12, 2025

Mises à jour de v8.1

Fonctionnalités

  • Added new method overrides to HeatmapGridSeries.invalidateIntensityValues.
    • Allows inputting data in flat number format instead of number matrix, i.e. number[], Float32Array, etc.
  • Added HeatmapGridSeriesIntensityValues.setAggregation (and same for scrolling variant).
    • Allows enabling automatic min/max aggregation.
  • Added HeatmapGridSeries.setContours, SurfaceGridSeries3D.setContours and contoursFromLUT.
  • Added HeatmapGridSeriesOptions.maxTileSize.
  • Added new optional scale parameter...

Released: Sep 5, 2025

Mises à jour de v8.0.2

Fonctionnalités

  • Legends with LUT are now default positioned on right side of chart rather than bottom.
  • ZoomBandChart now automatically copies secondary axis type (linear, high precision, logarithmic).
  • Changed DataSetXY to allow schema entry being undefined.
  • Improved legend entry positioning slightly (utilize more space rather than always positioning entries starting from corner).
  • Improved custom cursor performance in use cases with a large number of series.

Correctifs

  • Fixed label positioning...

Released: Aug 20, 2025

Mises à jour de v8.0.1

Fonctionnalités

  • Added support for DataSetXY.appendJSON as list of tuples.

Correctifs

  • Fixed issue where ChartXY axis rectangle zoom interaction sometimes prevents panning interaction from working (and other similar situations).
  • Fixed ZoomBandChart bug that can happen when FPS is very low. When dragging time window knobs, 'click' interaction can fire after drag interaction is finished.
  • Fixed issue where DataSetXY.appendJSON color input is not working.
  • Fixed issue where scaleTheme is not working.

Released: Aug 6, 2025

Mises à jour de v8.0.0

Fonctionnalités

Added

  • Added point stroke style APIs to XY point series, Polar point series, buttons, legend entries and cursor point markers.
    • Allows drawing line stroke along edges of points.
    • For example, PointLineAreaSeries.setPointStrokeStyle.
  • Added ChartWithCursor.setCursorDynamicBehavior.
  • Added new ChartXY axis title position option: "center-chart".
    • Positions axis title to center of whole chart, rather than center of the axis only.
    • Useful for aligning axis title nicely relative to chart...

Released: Jul 14, 2025

Mises à jour de v7.1.2

Correctifs

  • Fixed performance issue when interacting on one ChartXY axis, then creating a new axis and interacting with it.

Released: May 7, 2025

Mises à jour de v7.1.1

Correctifs

  • Fixed issue where "License invalid" error is sometimes produced even though the license is valid.

Released: May 7, 2025

Mises à jour de v7.1.0

Fonctionnalités

  • Nanosecond-precision timestamps: Enhanced Date-Time axis now supports nanoseconds, allowing users to zoom into micro and nanosecond levels for detailed analysis, beyond millisecond limits.
  • HTML Text Rendering: HTML text rendering option enhances text sharpness and supports advanced formats like LaTeX and multi-line text, as an alternative to the default WebGL rendering.
  • Introduced scaleTheme API: Allows for symmetrical scaling of all visual elements within a chart, including font...