LightningChart JS
超高速で、インタラクティブかつ応答性の高い2Dおよび3D JavaScriptチャート
LightningChart 社の製品
2021 年より日本国内にてComponentSourceで販売中。
価格:¥ 570,680 (税込)〜 バージョン: v7.1.1 新機能 更新日: May 7, 2025
Released: Feb 6, 2024
MeshModel3D
- A new 3D series type for rendering 3D Models inside 3D charts. Main features include: dynamic coloring from separate data set in real-time.BarChart.setDataStacked
, setDataGrouped
- Allows for the creation of stacked and grouped bar charts.LUT.percentageValues
- Adds to user convenience when you want to color a data set between min/max value range, as opposed to a fixed value range.Axis.setDefaultInterval
(beta).Axis.setIntervalRestrictions
(beta).Band.setDefaultMouseInteractions
and ConstantLine.setDefaultMouseInteractions
. Enables use cases where user needs to implement custom interactions for Band/ConstantLine.Control.getLegendBoxes
.setStart
, setEnd
and setStep
methods to HeatmapGridSeries
and SurfaceGridSeries3D
. These allow you to modify heatmap location and scale after creation.setStart
and setStep
methods to HeatmapScrollingGridSeries
and SurfaceScrollingGridSeries3D
. These allow for modifying heatmap location and scale after creation.PublicEngine.onRenderFrame
, offRenderFrame
. This has mainly been added for performance and FPS measurement.uint32ColorFromRGBA
, uint32ColorFromObject
and ColorUint32
.PointLineAreaSeries
, DataSetXY
(beta).UICheckBox.setButtonShape
and UILutCheckBox.setButtonShape
. These allow the modification of button shape during run-time. Previously had to be specified before creating checkbox.DateTimeTickStrategy.setUTC
, which allows for tick placement to be done in UTC (instead of clients local region), removing any region specific day light saving and time zone offsets.ChartXY.getDefaultAxisX
and getDefaultAxisY
methods now return the first Axis that is visible. Previously even invisible Axis may be returned.ChartXY
rectangle zoom interaction now works regardless of mouse gesture direction if rectangle fit interaction is disabled (setMouseInteractionRectangleFit(false)).BarChart
:
UIButtonPicture
and UIButtonPictures
exports. They have been replaced by PointShape
.start
, step
and end
options when creating Heatmap or Surface grids. Usage should be replaced with setStart
, setStep
and setEnd
methods respectively.ChartXY
mouse wheel interaction stopping Axis even if mouse wheel zoom interaction is disabled.ChartXY
animationsEnabled and disableAnimations options being applied opposite to afterwards added Axis.LegendBox.setVisible(false)
when a LUT is attached.warnings
options is false
.