Version 5.1 #68
stockiNail
started this conversation in
General
Replies: 2 comments 2 replies
-
Thanks for your work. I'm bumping Charba from version 3.3-gwt to 5.1-gwt. After resolving the breaking changes, the app works fine but the area in the StackedAreaChart has no color anymore even if I call setBackgroundColor() on the dataset. Is it because it's not anymore the correct way to set the area color, or is it a bug? (I can open an issue in that case if you prefer). Thank you. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you very much for your feedback. I have opened a issue #69.. :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
5.1 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/5.1.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
PointStyleCallback
class, adding context as generic.xPadding
andyPadding
options fromLineLabel
options. Use padding instead.onDestroy
method fromPlugin
interface. UseonBeforeDestroy
instead.mode
andoverScaleMode
options in Zoom plugin configuration, fromorg.pepstock.charba.client.enums.InteractionAxis
toorg.pepstock.charba.client.zoom.enums.Mode
class.EnterCallback
,LeaveCallback
,ClickCallback
andDoubleClickCallback
interfaces of annotation plugin in order to get anAnnotationContext
as argument instead of a chart and annotation options instances.Features
clip
property to annotation options.pointStyle
,rotation
,xAdjust
andyAdjust
properties toPointAnnotation
options.PolygonAnnotation
class in order to draw a polygon.LabelAnnotation
class in order to draw a content (text, image or canvas) on the chart.PointAnnotation
class.BoxAnnotation
class.Canvas
instance toLineLabel
options.position
of theLineLabel
options as percentage of the line dimension.borderShadowColor
,backgroundShadowColor
,shadowBlur
,shadowOffsetX
andshadowOffsetY
to annotations and line label options in order to enable the shadowing.arrowHeads
option toLineAnnotation
class options in order to enable the arrows drawing to the line.AnnotationContext
in order to pass to the user the dimension and options of annotation (i.e for gradient).drawActiveElementsOnTop
property to lining and bubble datasets.onBeforeDestroy
andonAfterDestroy
methods toPlugin
interface.List
of strings in order to have ticks multiple lines.PointLabelCallback
class to return aList
of strings in order to have ticks multiple lines.inCharArea
option toPluginEventArgument
class.r
item toInteractionAxis
class.centered
option toPointLabels
andRadialPointLabels
classes.borderJoinStyle
option toArc
element options and configuration, toPolarAreaDataset
,PieDataset
andDoughnutDataset
classes.padding
option toProjectionAxis
class.changed
option toPluginEventArgument
class in order to enable the rendering of the chart after event processing.IsPoint
instance argument to thesetTooltipActiveElements
method in the chart.Developing
This discussion was created from the release Version 5.1.
Beta Was this translation helpful? Give feedback.
All reactions