Lancements de LightningChart JS
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...
Released: Apr 24, 2025
Mises à jour de v7.0.4
Fonctionnalités
- Disabled
ChartXY
paginate user interaction by default.
Correctifs
- Fixed
'click'
events not firing on touch devices.
- Fixed cursor sometimes not displaying pointed data point color of
PointLineAreaSeries
.
- Fixed
Axis.setThickness
sometimes not updating the chart layout immediately.
- Fixed
ChartXY
parallel axis ticks sometimes overlapping after mouse wheel or other operation.
- Fixed
ZoomBandChart
aligning itself to hidden axes.
- Fixed
ChartXY
manual cursor grid lines randomly not being...
Released: Mar 25, 2025
Mises à jour de v7.0.3
Fonctionnalités
- Added Uint32 precision to
MeshModel3D.setModelGeometry
indices. Previously only Uint16 was available.
Correctifs
- Fixed numeric tick placement bug when extreme ticks are enabled and axis is physically very small, where major and extreme ticks could overlap.
- Fixed a performance degradation on
PointLineAreaSeries
.
- Fixed
PointSeries3D
crash when changing from simple shading style to phong shading.
- Fixed
BoxSeries3D
not working when fill style was PalettedFill
with 'value'
look up...
Released: Feb 18, 2025
Mises à jour de v7.0.2
Fonctionnalités
- Added
BarChart.setLabelFittingMargins
.
- Now allows controlling spacing of bar chart labels when auto fitting is enabled.
- Added
DataSetXYOptions.includesNaN
.
- Can be set to false if you know that data will never include NaN values for slight performance increase.
Correctifs
- Fixed
PointLineAreaSeries
with ProgressiveX pattern points appearing too early in applications with large data gaps.
- Fixed creating UI
ButtonBox
resulting in crash.
- Fixed interaction APIs missing from...
Released: Feb 5, 2025
Mises à jour de v7.0.1
Fonctionnalités
- Changes to built-in interactions:
- Added new intuitive interactions for a better development experience:
- A double-click zoom-to-fit interaction.
- Automatically built-in smart interaction schemes selected based on chart structure.
- Better touchscreen interactions.
- More convenient interactions on scrolling axis applications.
- Introduced
setUserInteractions
:
- Added a new API allowing a more detailed interaction behavior configuration:
- Choose which axes are affected by interactions (X, Y...
Released: Jan 7, 2025
Mises à jour de v6.1.2
Fonctionnalités
- Added Axis.setThickness allowed parameter undefined to disable any previous configured thickness.
- Added Axis.setDefaultInterval allowed parameter undefined. This restores default state.
Correctifs
- Fixed ZoomBandChart.setPadding not doing anything.
- This method can now be used to disable automatic alignment feature of zoom band chart.
- Fixed ZoomBandChart crash when adding series with options xAxis or yAxis.
- Fixed ParallelCoordinateChart series also rendered outside series area if...
Released: Nov 19, 2024
Mises à jour de v6.1.1
Correctifs
- Fixed PointLineAreaSeries affecting scrolling and fitting even if its invisible.
- Fixed bug where PointLineAreaSeries can temporarily disappear when max sample count is reached and displaying time series data.
- Fixed MapChart separate regions backgrounds wrong draw order.
- Fixed isImageFill missing from API.
Released: Nov 6, 2024
Mises à jour de v6.1.0
Fonctionnalités
- Added a new Parallel Coordinate Chart - The Parallel Coordinate Chart is a widely known and specialized type of chart with powerful built-in data exploration interactions, including:
- Displaying large datasets above 100,000 series and more than 10 axes.
- Supporting real-time data input with high stream rates.
- Supporting coloring by values.
- Can highlight series in value ranges using range selectors.
- Supports intuitive data cursors.
- Added AxisScrollStrategies.fittingStepped - A new...
Released: Sep 6, 2024
Mises à jour de v6.0.3
Correctifs
- Fixed issue where XY cursor result table not positioned at mouse location in multi-series use cases.
- Fixed issue where sliced chart cursors not working (pie, funnel, pyramid).
- Removed console logging coming from production build when using some specific features.