LightningChart JS
超高速で、インタラクティブかつ応答性の高い2Dおよび3D JavaScriptチャート
LightningChart 社の製品
2021 年より日本国内にてComponentSourceで販売中。
価格:¥ 570,790 (税込)〜 バージョン: v8.2.2 新機能 更新日: 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.