Skip to content
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

v4.0.0 - DEPRECATION

25 Nov 10:00
Compare
Choose a tag to compare

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

14 Sep 09:14
5751ed6
Compare
Choose a tag to compare

Release Notes

v2.4.0

18 Feb 08:50
df5a40f
Compare
Choose a tag to compare

Release notes

  • fixed issue with conflicting median and segment draws. (#97)
  • Added segment line to vertical box plots (#95)
  • Update README.md (#81)
  • Update README.md logo (#80)
  • Update author name, homepage and license (#79)
  • rumersdorfer-update_LICENSE (#78)

v2.3.0

28 Feb 09:17
324631c
Compare
Choose a tag to compare
  • Support for custom background color for the lower part of the box #71
  • Add CODEOWNERS file #70

Patch Release with changed drawing order

29 Nov 09:59
9a3ee5c
Compare
Choose a tag to compare

Improvements

Items are now rendered in front of the boxes and violins to improve visibility #62

Release 2.2.0: Bugfixes and new Features

21 Nov 13:34
Compare
Choose a tag to compare

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

18 Apr 11:07
Compare
Choose a tag to compare
  • 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

15 Mar 08:00
Compare
Choose a tag to compare

requires: Chart.js >= 2.8.0

Release 1.4.1 - Chart.js 2.7.x compatible

15 Mar 07:57
Compare
Choose a tag to compare
  • pin to chart.js 2.7.x (0d454c1)
  • add hint about cached data values (413a025)

Minor Enhancements

18 Feb 11:01
Compare
Choose a tag to compare

add medianColor styling property to specify the median color explicitly. thanks @Wol