This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
0.4.0
moberwasserlechner
released this
25 Feb 14:11
·
58 commits
to master
since this release
Addon
- #37 Chart size problem. Thanks for investigating @Maegar @dyorgio
- #42 Missing serialVersionUID in chart config, options and datasets
Upgrade to Chartjs 2.4 #35
New tooltip and hover interaction modes. see ChartJs Issue
com.byteowls.vaadin.chartjs.options.Tooltips.mode(Mode)
deprecated usecom.byteowls.vaadin.chartjs.options.Tooltips.mode(InteractionMode)
insteadcom.byteowls.vaadin.chartjs.options.Hover.mode(Mode)
deprecated usecom.byteowls.vaadin.chartjs.options.Hover.mode(InteractionMode)
instead- Demo
New displayColors option to turn off tooltip color boxes. see ChartJs Issue
com.byteowls.vaadin.chartjs.options.Tooltips.displayColors(boolean)
New tooltip average and nearest positioning modes. see ChartJs Issue
com.byteowls.vaadin.chartjs.options.Tooltips.position(PositionMode)
- Demo
New Element.Line FillModes
com.byteowls.vaadin.chartjs.options.elements.Line.fill(FillMode)
- Demo
Other Options:
com.byteowls.vaadin.chartjs.options.elements.Line.capBezierPoints(boolean)
Upgrade to Chartjs 2.5 #43
Group stacked bar charts
com.byteowls.vaadin.chartjs.data.BarDataset.stack(String)
- Demo
Add rectRounded point style
com.byteowls.vaadin.chartjs.data.PointStyle.rectRounded
- New method
com.byteowls.vaadin.chartjs.options.elements.Point.pointStyle(PointStyle)
- Demo