Version 5.6 #76
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.6 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/5.6.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
org.pepstock.charba.client.enums.Event
enumeration toorg.pepstock.charba.client.enums.DefaultEvent
.org.pepstock.charba.client.dom.BaseNativeEvent
class. Useorg.pepstock.charba.client.dom.events.NativeBaseEvent
or its subclasses inorg.pepstock.charba.client.dom.events
package instead.org.pepstock.charba.client.dom.BaseEventTypes
class. Use event types enumerations in inorg.pepstock.charba.client.dom.enums
package instead.Touch
andTouchList
classes fromorg.pepstock.charba.client.dom
toorg.pepstock.charba.client.dom.events
one.org.pepstock.charba.client.dom.events.NativeMouseEvent
class for its actions.getDatasetElement
method togetElement
inAbstractDatasetContext
class.DatasetElement
class toChartElement
.DatasetElementOptions
class toChartElementOptions
.ChoroplethBar
class toGeoFeatureElement
ChoroplethElement
class, accessible by the options elements node. Usechart.getOptions().getElements().getElement(GeoFeatureElementOptions.FACTORY)
to get the GEO feature element options, byGeoFeatureElementOptions
class.BubbleMapPoint
class. UsePoint
element class instead to configure bubble map points.Features
IsEvent
interface, on top of the default ones.org.pepstock.charba.client.dom.events
package:NativeBaseEvent
to map the Event javascript class.NativeUIEvent
to map the UIEvent javascript class.NativeMouseEvent
to map the MouseEvent javascript class.NativeTouchEvent
to map the TouchEvent javascript class.NativePointerEvent
to map the PointerEvent javascript class.NativeKeyboardEvent
to map the KeyboardEvent javascript class.NativeCustomEvent
to map the CustomEvent javascript class.base
option toBar
element options and configuration class.dataElementType
property of CHART.JS controller, in theDatasetReference
,DatasetItem
andAbstractDatasetContext
classes.ArcElement
andArcElementOptions
classes for controllers which are using arcs to draw the chart.BarElement
andBarElementOptions
classes for controllers which are using bars to draw the chart.PointElement
andPointElementOptions
classes for controllers which are using points to draw the chart.MatrixElement
andMatrixElementOptions
classes for matrix charts.TreeMapElement
andTreeMapElementOptions
classes for treemap charts.SankeyElement
andSankeyElementOptions
classes for sankey charts.GeoFeatureElement
andGeoFeatureElementOptions
classes for GEO choropeth charts.GeoFeatureElementOptions
configuration element toBubbleMap
chart.register
method to charts, where the controller type is not a CHART.JS out-of-the-box ones, in order to register then and act on the options if needed before instantiating a chart instance.Datalabels
plugin use for matrix and treemap charts.Development
This discussion was created from the release Version 5.6.
Beta Was this translation helpful? Give feedback.
All reactions