Skip to main content
Version: 8.3.2

v6.0.2

[6.0.2] - 2024-08-27

Changed

  • 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

  • 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