Skip to content

Version 6.0

Compare
Choose a tag to compare
@stockiNail stockiNail released this 27 Dec 14:13
· 122 commits to master since this release

6.0 is the last stable release.

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

Breaking changes

  • remove stepSize option from Time configuration and options class. Use stepSize option in the Ticks configuration and options.
  • remove drawBorder option from Grid configuration and options. Use display option in the border object in the axes or scales configuration.
  • remove borderWidth option from Grid configuration and options. Use width option in the border object in the axes or scales configuration.
  • remove borderColor option from Grid configuration and options. Use color option in the border object in the axes or scales configuration.
  • remove borderDash option from Grid configuration and options. Use dash option in the border object in the axes or scales configuration.
  • remove borderDashOffset option from Grid configuration and options. Use dashOffset option in the border object in the axes or scales configuration.
  • change z option default value of Grid options from 0 to -1.

Features

  • import CHART.JS version 4.1.1.
  • import CHART.JS TREEMAP controller version v2.2.0.
  • import CHART.JS GEO controller version v4.1.0.
  • import CHART.JS DATALABELS plugin version v2.2.0.
  • import CHART.JS GRADIENT plugin version v0.6.1.
  • add autoColors option to the configuration of the chart and to global options in order to enable colors plugin.
  • add autoColorsForceOverride option to the configuration of the chart and to global options in order to force to use colors plugin.
  • add border object option to axes or scales configuration in order to manage the options for the border that run perpendicular to the axis.
  • add borderRadius and useBorderRadius options to LegendLabels configuration and options classes.
  • add enabledClearByEscape option to DatasetsItemsSelectorOptions plugin configuration in order to enable or disable the selection clearing pressing Escape key.
  • enable the change of maximum value at runtime in the Meter and Gauge datasets.
  • add FALSE item to PointStyle enumeration.
  • add getLabelItems method to ScaleItem.

Development

  • change Apache Software License header in source code as defined.
  • add NOTICE file, defined for Apache Software License adoption.
  • add all javascript bundled resources with the dependency's license within the distribution and a short note summarizing its licensing defined for Apache Software License adoption.
  • move LICENSE and NOTICE files to META-INF folder in all distribution files.