5.4 is the last stable release.
Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/5.4.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.
Breaking changes
- change align option in the ticks in order to use
TickAlign
object instead ofElementAlign
.
Features
- import CHART.JS version v3.8.0.
- import CHART.JS GEO controller version v3.8.0.
- import LUXON datetime library version v3.0.1.
- add
MultilineTextAnnotationBuilder
utility in order to create a canvas to add to a chart, by the annotation plugin labels, where each line of the content can have a specific font and color. - add
includeInvisible
option to theInteraction
configuration and options classes. - add
borderRadius
option to thePointLabels
options andRadialPointLabels
configuration classes. - add
offsetAfterAutoskip
option to theCartesianTimeAxis
andCartesianTimeSeriesAxis
configuration classes. - add
inner
item toTickAlign
class for the ticks. - add
getElementAtEvent(BaseNativeEvent event, InteractionItem interaction)
method to the charts. - add
getElementsAtEvent(BaseNativeEvent event, InteractionItem interaction)
method to the charts.
Development
- change dependency for Google Closure Compiler, version v20220601.