Version 6.2 #90
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
-
6.2 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/6.2.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
InteractionMode
enumeration toDefaultInteractionMode
.InteractionItem
enumeration toInteractionOptions
.Date
toObject
forMinMaxCallback
instance on time and time series axes. In this way the callback can return also aNumber
(i.e. a double) as epoch.Features
Fill.SHAPE
item to the filling options.FillBaseline
class to enable the baseline on axis for filling.FillColors
class to enable different colors above and below the baseline.interpolate
methods toHelpers
class to enable the values interpolation for numbers, colors and booleans.register
method toGlobalPlugin
class to inject and register CHART.JS plugins not included in this library.group
option toCrosshairOptions
class byCrosshair
plugin to enable crosshairs on linked chart instances.org.pepstock.charba.client.interaction
.getSortedVisibleDatasetMetas
method to the chart classes to get all dataset items in the order that they are drawn on the canvas that are not hidden.Fixed Bugs
register
method toGlobalPlugin
class to inject and register CHART.JS plugins not included in this library. Thanks @Speykious.Date
toObject
forMinMaxCallback
instance on time and time series axes. In this way the callback can return also aNumber
(i.e. a double) as epoch. Thanks @Speykious.Development
This discussion was created from the release Version 6.2.
Beta Was this translation helpful? Give feedback.
All reactions