LightningChart JS v6.0.2
Released: Aug 27, 2024
Updates in v6.0.2
Funktionen
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.
Fehlerkorrekturen
- 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 configuration not working properly.
- Default mode was
false instead of expected true.
setClipping did not do anything.
- Fixed
LineSeries skipping rendering if its entirely outside its axis range, even when it should be visible in stacked axis use cases with clipping disabled.