Version 5.5 #75
stockiNail
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
5.5 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/5.5.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
xScaleID
andyScaleID
options tonull
, in the Annotation plugin.DoubleClickCallback
class becausedblclick
event handler is not supported in the Annotation plugin anymore.LabelElement
class because is not supported in the Annotation plugin anymore. UseAnnotationElement.getLabel().getOptions()
instead.EnterCallback
,LeaveCallback
,ClickCallback
) to indicate chart should be re-drawn.Features
pointStyleWidth
option toLegendLabels
options and configuration classes.center
option toGeoDataPoint
configuration class.EnterCallback
,LeaveCallback
,ClickCallback
) to indicate chart should be re-drawn.set
methods toAnnotationElement
class in order to enable the change of annotation dimension at runtime.z
option to all annotations options classes.interaction
option toAnnotationOptions
configuration class.borderDash
option as scriptable option inGrid
configuration.BorderSkipped.TRUE
item in order to skip all borders for bars drawing.circular
option toArc
element options and configuration and toPolarAreaDataset
classes.Development
This discussion was created from the release Version 5.5.
Beta Was this translation helpful? Give feedback.
All reactions