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 fromTime
configuration and options class. UsestepSize
option in theTicks
configuration and options. - remove
drawBorder
option fromGrid
configuration and options. Usedisplay
option in theborder
object in the axes or scales configuration. - remove
borderWidth
option fromGrid
configuration and options. Usewidth
option in theborder
object in the axes or scales configuration. - remove
borderColor
option fromGrid
configuration and options. Usecolor
option in theborder
object in the axes or scales configuration. - remove
borderDash
option fromGrid
configuration and options. Usedash
option in theborder
object in the axes or scales configuration. - remove
borderDashOffset
option fromGrid
configuration and options. UsedashOffset
option in theborder
object in the axes or scales configuration. - change
z
option default value ofGrid
options from0
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 enablecolors
plugin. - add
autoColorsForceOverride
option to the configuration of the chart and to global options in order to force to usecolors
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
anduseBorderRadius
options toLegendLabels
configuration and options classes. - add
enabledClearByEscape
option toDatasetsItemsSelectorOptions
plugin configuration in order to enable or disable the selection clearing pressingEscape
key. - enable the change of maximum value at runtime in the
Meter
andGauge
datasets. - add
FALSE
item toPointStyle
enumeration. - add
getLabelItems
method toScaleItem
.
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
andNOTICE
files toMETA-INF
folder in all distribution files.