This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
Releases: datavisyn/chartjs-plugin-error-bars
Releases · datavisyn/chartjs-plugin-error-bars
v3.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.
v2.0.0
Release Notes
v1.2.3
- 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
Feature Release
added the .lineWidth
option to specify the line width of the error bars. thx to @jeredmasters