LightningChart JS 릴리스
Released: Sep 6, 2024
v6.0.3 버젼 업데이트
수정사항
- 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.
Released: Aug 27, 2024
v6.0.2 버젼 업데이트
기능
BarChart now restores original user supplied data order when sorting is disabled after data specification. Previously this operation would have kept any previously sorted order.
수정사항
- Fixed manual XY cursor not sticking to axis location configured using
setPosition.
- Fixed
PolarHeatmapSeries crash if fill style is not set to a PalettedFill.
- Fixed Result Table font not being configurable for cells that are displayed by passing a series reference.
- Fixed
AreaSeries and AreaRangeSeries clipping...
Released: Aug 13, 2024
v6.0.1 버젼 업데이트
기능
- Added
Band.setClipping and ConstantLine.setClipping.
Band and ConstantLine rendering is now clipped against their owning axis. Previous behavior can be achieved with setClipping(false).
수정사항
- Fixed
PointLineAreaSeries RangeError: Maximum call stack size exceeded when using auto max sample count and supplying data that exceeds initial data set size * 2.
- Fixed
PolarChart.radialAxis, axisRadial not working.
Released: Aug 6, 2024
v6.0.0 버젼 업데이트
기능
Added
- Added new, refactored
Cursor API.
- Added new functionalities, such as multi-series cursors, 3D cursors and more.
- Please refer to migration guide and docs > Features > Cursors for more information.
- Added new, fully reworked
GaugeChart.
- Improved default look, improved adaptibility to different user interfaces, added built-in value indicators functionality, added built-in Needle functionality, added value based background glows and gauge bar coloring.
- API is completely changed. Please...
Released: May 7, 2024
v5.2.0 버젼 업데이트
기능
- Added Stacked Axes (beta) which is accessed via AxisOptions.iStack, Axis.setLength, Axis.setMargins.
- Added TreeMapChart.
- Added ChartXY.swapAxes (beta) which can be used to swap the position of two stacked Axes.
- Added ImageFill support for PointLineAreaSeries and PolarPointSeries marker fill styles. This allows displaying custom picture assets in axis coordinates with axis clipping.
- Added PointLineAreaSeries.setPointAlignment, getPointAlignment. This allows the display of non-centered points...
Released: Feb 19, 2024
v5.1.1 버젼 업데이트
수정사항
- Fixed
PointLineAreaSeries defaulting to float 32 data storage instead of float 64.
Released: Feb 6, 2024
v5.1.0 버젼 업데이트
기능
- Added
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.
- Added
BarChart.setDataStacked, setDataGrouped - Allows for the creation of stacked and grouped bar charts.
- Added
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.
- Added
Axis.setDefaultInterval (beta).
- Added
Axis.setIntervalRestrictions...
Released: Jan 8, 2024
v5.0.6 버젼 업데이트
수정사항
- Fixed auto cursor not updating when moving mouse over a heatmap.
- Fixed ChartXY.solveNearest and other equivalent methods missing.
Released: Dec 13, 2023
v5.0.5 버젼 업데이트
기능
- Improved license validation errors. This makes it easier to work with applications where not every person running it will need charts to be visible.
수정사항
- Fixed CSS issue where chart starts expanding height infinitely, shows as white and uses a lot of CPU.
- Fixed ChartXY 'animationsEnabled' and 'disableAnimations' options being applied opposite to afterwards added Axis.
Released: Dec 1, 2023
v5.0.4 버젼 업데이트
기능
- Added
formatNumberAsUnicodeSuperscript.
- Added new file to the release bundle:
dist/lcjs.iife.d.ts. This contains typings compatible with the IIFE distribution (dist/lcjs.iife.js). It can be used to get basic intellisense in simplistic applications that are directly utilizing the IIFE library.
- Tweaked axis restrictions on logarithmic axis to prevent situations where 0 axis ticks are visible.
- Added new alternate, built-in option for logarithmic tick formatting.
수정사항