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

Releases: datavisyn/chartjs-plugin-error-bars

v3.0.0 - DEPRECATION

Choose a tag to compare

@dvvanessastoiber dvvanessastoiber released this 25 Nov 11:20
ed3dd10

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

Choose a tag to compare

@dvvanessastoiber dvvanessastoiber released this 14 Sep 09:20
5b82a07

Release Notes

v1.2.3

Choose a tag to compare

@dvvanessastoiber dvvanessastoiber released this 12 Nov 13:28
db254cb
  • 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

Choose a tag to compare

@sluger sluger released this 08 Apr 06:16

Draw tooltips above error bars #8 thanks @jdrodjpl

Feature Release

Choose a tag to compare

@sgratzl sgratzl released this 11 Dec 11:35

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