LightningChart JS
Lightning-fast, interactive and responsive 2D and 3D JavaScript charts for Web and mobile.
Published by LightningChart
Distributed by ComponentSource since 2021
Prices from: US$ 2,695.00 Version: v8.2.2 NEW Updated: Mar 9, 2026
Released: May 7, 2025
scaleThemeFontSize:
Axis.getSeriesDataRange:
AxisScrollStrategies:
fitting, expansion and fittingStepped you can now specify whether it should affect axis start and/or end. By default affects both sides.scrolling. This is the replacement to now deprecated progressive and regressive. It also has a new feature for real-time scrolling: a new scrolling mode for axes, specifically optimized for batched data updates (where data arrives infrequently e.g. every 1s).singleClick option to setUserInteractions restoreDefault and restorePrevious interactions:
Axis.setScrollMargins method for controlling automatic spacing between axis edges and series.ZoomBandChart.setStopAxisOnInteraction.ZoomBandChart: getLayout, chart, and some events to addEventListener.skipIntervalRestrictions parameter to Axis.setDefaultInterval:
AxisTickStrategies.DateTime:
overflow: hidden to its container DIV style always.ChartXY default cursor formatter now displays axis titles (if any) instead of "X" or "Y".AxisScrollStrategy, AxisScrollStrategies.progressive, AxisScrollStrategies.regressive, AxisScrollStrategies.fittingStart, and AxisScrollStrategies.fittingEnd:
AxisScrollStrategy to AxisScrollStrategyNew.AxisScrollStrategies.progressive to AxisScrollStrategies.scrolling.AxisScrollStrategies.regressive to AxisScrollStrategies.scrolling({ progressive: false }).AxisScrollStrategies.fittingStart to AxisScrollStrategies.fitting({ end: false }).AxisScrollStrategies.fittingEnd to AxisScrollStrategies.fitting({ start: false }).Axis.setAutoRegionsEnabled in favour of Axis.setScrollMargins.Axis.setTitleRotation sometimes not updating title display.PointLineAreaSeries render error when zoomed out and coordinates are larger than 10^16.ZoomBandChart not automatically adjusting if connected to an inverted axis.PyramidChart, PieChart, FunnelChart not being able to display negative values.Chart3D bounding box borders sometimes.ChartXY series area edges.ChartXY series background border drawn above glow effects.