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
. UseKey
instead. - remove
AnimationPropertyKey
. UseKey
instead. - rename
has
method tocontains
inAnimations
options and configuration classes andUpdateConfiguration
class. - rename
remove
method todelete
inAnimations
options and configuration classes andUpdateConfiguration
class. - rename
TransitionKey
class toTransitionMode
one. - rename
DefaultTransitionKey
class toDefaultTransitionMode
one. - remove
Font
class from annotation plugin package in favor toIsFont
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
andcontrolPoint
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
andafterDraw
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 toAnimationCollection
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.