5.7 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/5.7.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
- remove
StackedOptions
class, going to specific chart options,StackedLineOptions
andStackedBarOptions
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
andhoverColorTo
options toSankeyDataset
andSankeyElementOptions
classes. - add
StackedHorizontalBarChart
andStackedVerticalLineChart
classes.
Fixed Bugs
- #77 with event refactoring, the
Datasets items selector
plugin cannot selected an area by APIs. - #79
StackedBarChart
andStackedLineChart
didn't manage horizontal and vertical drawing.StackedHorizontalBarChart
andStackedVerticalLineChart
classes added. Thanks @Anschke
Development
- change dependency for Google Closure Compiler, version v20221004.