Version 5.2 #72
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.2 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/5.2.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
DisplayCallback
toSimpleDisplayCallback
class name (packageorg.pepstock.charba.client.callbacks
) where the display can be set simply with a boolean.DisplayCallback
class fromorg.pepstock.charba.client.datalabels.callbacks
in order to use the commonDisplayCallback
(packageorg.pepstock.charba.client.callbacks
) where the display can be set by a boolean or aDisplay
enumeration value.graceAsPercentage
option in theCartesianLinearAxis
class in order to be adouble
(value between 0 and 1) instead of astring
when set as percentage.Features
StackedLineChart
andStackedLineChartWidget
classes in order to manage the stacked chart for line (no filled not default).AreaChart
andAreaChartWidget
classes in order to manage the area chart (filled by default).PlginContainer
interface in order to set plugin implementations without exposing the plugin public methods.areaBackgroundColor
option to chart background color plugin (ChartBackgroundColor) in order to enable the coloring of the chart area as well.column
option to the Sankey dataset configuration.rotation
option to box and label annotation options in the annotation plugin.rotation
option to label options of box annotation in the annotation plugin.textStrokeColor
andtextStrokeWidth
options to label annotation and to box and line labels options in the annotation plugin.AnnotationOptions
class in order to enable to events management for all defined annotations.display
byDisplayCallback
(packageorg.pepstock.charba.client.callbacks
) classbackgroundColor
byColorCallback
(packageorg.pepstock.charba.client.callbacks
) classreverse
by newReverseCallback
(packageorg.pepstock.charba.client.callbacks
) classalignToPixels
by newAlignToPixelsCallback
(packageorg.pepstock.charba.client.callbacks
) classweight
by newScaleWeightCallback
(packageorg.pepstock.charba.client.callbacks
) classmin
,max
,suggestedMin
andsuggestedMax
by newMinMaxCallback
(packageorg.pepstock.charba.client.callbacks
) classbounds
by newBoundsCallback
(packageorg.pepstock.charba.client.callbacks
) classoffset
by newScaleOffsetCallback
(packageorg.pepstock.charba.client.callbacks
) classposition
by newScalePositionCallback
(packageorg.pepstock.charba.client.callbacks
) classstacked
by newStackedCallback
(packageorg.pepstock.charba.client.callbacks
) classstack
by newStackCallback
(packageorg.pepstock.charba.client.callbacks
) classstackWeight
by newScaleWeightCallback
(packageorg.pepstock.charba.client.callbacks
) classbeginAtZero
by newBeginAtZeroCallback
(packageorg.pepstock.charba.client.callbacks
) classgrace
by newGraceCallback
(packageorg.pepstock.charba.client.callbacks
) classbeginAtZero
by newBeginAtZeroCallback
(packageorg.pepstock.charba.client.callbacks
) classstartAngle
by newStartAngleCallback
(packageorg.pepstock.charba.client.callbacks
) classgetDistanceFromCenterForValue
andgetValueForDistanceFromCenter
methods toScaleItem
class, enabled ONLY for radial linear scale.Fixed Bugs
fill
option totrue
as initial value onStackeAreaChart
class in order to have the area chart by default. Thanks @salmonb.Development
This discussion was created from the release Version 5.2.
Beta Was this translation helpful? Give feedback.
All reactions