Skip to content

Version 5.4

Compare
Choose a tag to compare
@stockiNail stockiNail released this 12 Jul 12:58
· 301 commits to master since this release

5.4 is the last stable release.

API JavaDoc: https://pepstock-org.github.io/Charba/5.4.

Breaking changes

  • change align option in the ticks in order to use TickAlign object instead of ElementAlign.

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 the Interaction configuration and options classes.
  • add borderRadius option to the PointLabels options and RadialPointLabels configuration classes.
  • add offsetAfterAutoskip option to the CartesianTimeAxis and CartesianTimeSeriesAxis configuration classes.
  • add inner item to TickAlign 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.