This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
Releases: datavisyn/chartjs-chart-box-and-violin-plot
Releases · datavisyn/chartjs-chart-box-and-violin-plot
v4.0.0 - DEPRECATION
DEPRECATION Information
Please note that this project has been archived and is no longer being maintained. There is an active fork and we will also contribute our future changes to it.
v3.0.0
Release Notes
v2.4.0
v2.3.0
Patch Release with changed drawing order
Improvements
Items are now rendered in front of the boxes and violins to improve visibility #62
Release 2.2.0: Bugfixes and new Features
Changes:
- compatibility with chart.js 2.9
- support for outlier tooltips
- improved customized tooltips
- allow to specify with method to use for computing the quartiles (r7, hinges, ...)
- switch to .esm.js to aovid custom .mjs extension
Release 2.1.0
- add contributors (28a0917)
- Merge branch 'master' into develop (6367c8c)
- Merge pull request #40 from datavisyn:sluger/39_fix_violin (c1daa9b)
- Merge pull request #38 from datavisyn/sluger/37_tooltips_decimals (e443b9b)
- check data array to fix #39 (240ff25)
- check for null and undefined instead of boolean (2f97ddf)
- revised readme (0689f61)
- closes #37 (3273a69)
- Update README.md (a87b25f)
Release 2.0.0 - Chart.js 2.8.0 compatible
Release 1.4.1 - Chart.js 2.7.x compatible
Minor Enhancements
add medianColor
styling property to specify the median color explicitly. thanks @Wol