github pepstock-org/Charba 6.3
Version 6.3

latest releases: 6.5, 6.4
13 months ago

6.3 is the last stable release.

Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/6.3.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.

Breaking changes

  • remove AnimationCollectionKey. Use Key instead.
  • remove AnimationPropertyKey. Use Key instead.
  • rename has method to contains in Animations options and configuration classes and UpdateConfiguration class.
  • rename remove method to delete in Animations options and configuration classes and UpdateConfiguration class.
  • rename TransitionKey class to TransitionMode one.
  • rename DefaultTransitionKey class to DefaultTransitionMode one.
  • remove Font class from annotation plugin package in favor to IsFont interface.
  • move FontsCallback interface from treemap package to the callbacks (common) ones.
  • move ColorsCallback interface from treemap package to the callbacks (common) ones.

Features

  • import CHART.JS ANNOTATION plugin version v2.2.1.
  • import CHART.JS ZOOM plugin version v2.0.1.
  • import LUXON datetime library version v3.3.0.
  • add Animations options and configuration to annotation plugin.
  • enable curve line annotation, adding curve and controlPoint options to annotation plugin.
  • add imageOpacity option to label and inner label annotations configuration.
  • enable multiple fonts on the label and inner label annotations configuration for multiple lines content.
  • enable multiple colors on the label and inner label annotations configuration for multiple lines content.
  • add beforeDraw and afterDraw hook options to all annotations configuration.
  • add init option to all annotations configuration in order to define the init animation of the annotation elements.
  • add interpolator option to AnimationCollection class in order to enable a custom interpolation during the animation.
  • enable DatasetItemsSelector plugin to X axes in reverse and/or stacked mode.
  • add fillArea option to chart background color plugin in order to color everything excluding the chart area.

Development

  • change dependency for Google Closure Compiler, version v20230228.
  • remove dependency from GWT DEV package.

Don't miss a new Charba release

NewReleases is sending notifications on new releases.