Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Releases: datavisyn/chartjs-plugin-error-bars

v3.0.0 - DEPRECATION

25 Nov 11:20
ed3dd10
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.

v2.0.0

14 Sep 09:20
5b82a07
Compare
Choose a tag to compare

Release Notes

v1.2.3

12 Nov 13:28
db254cb
Compare
Choose a tag to compare
  • added lineWidth option #5
  • use given levels without taking abs #6
  • add array version + ts interfaces #7
  • Attach error bar drawing to 'afterDatasetsDraw' hook so that tooltips… #9
  • Sluger/13 support multiple axes #14
  • bypass afterDatasetsDraw of dataset is hidden #16
  • add CODEOWNERS file #28
  • Update License #30
  • Update author, homepage and license #31
  • Update README.md logo #32
  • Update README.md #33
  • changes for hasOwnerProperty #36

Bugfix Release

08 Apr 06:16
Compare
Choose a tag to compare

Draw tooltips above error bars #8 thanks @jdrodjpl

Feature Release

11 Dec 11:35
Compare
Choose a tag to compare

added the .lineWidth option to specify the line width of the error bars. thx to @jeredmasters