github pepstock-org/Charba 6.0
Version 6.0

latest releases: 6.5, 6.4, 6.3...
17 months ago

6.0 is the last stable release.

Documentation: https://pepstock-org.github.io/Charba-Wiki.
API JavaDoc: https://pepstock-org.github.io/Charba/6.0.
Showcase GWT: https://pepstock-org.github.io/Charba-Showcase.
Showcase J2CL: https://pepstock-org.github.io/Charba-Showcase-J2CL.

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.

Don't miss a new Charba release

NewReleases is sending notifications on new releases.