Skip to content

Version 5.7

Compare
Choose a tag to compare
@stockiNail stockiNail released this 24 Oct 12:05
· 203 commits to master since this release

5.7 is the last stable release.

API JavaDoc: https://pepstock-org.github.io/Charba/5.7.

Breaking changes

  • remove StackedOptions class, going to specific chart options, StackedLineOptions and StackedBarOptions classes, in order to expose all configuration options.

Features

  • import CHART.JS MATRIX controller version v1.2.0.
  • import CHART.JS GEO controller version v3.10.0.
  • import CHART.JS SANKEY controller version v0.11.0.
  • import LUXON datetime library version v3.0.4.
  • add hoverColorFrom and hoverColorTo options to SankeyDataset and SankeyElementOptions classes.
  • add StackedHorizontalBarChart and StackedVerticalLineChart classes.

Fixed Bugs

  • #77 with event refactoring, the Datasets items selector plugin cannot selected an area by APIs.
  • #79 StackedBarChart and StackedLineChart didn't manage horizontal and vertical drawing. StackedHorizontalBarChart and StackedVerticalLineChart classes added. Thanks @Anschke

Development

  • change dependency for Google Closure Compiler, version v20221004.