chartjs-chart-error-bars

Chart.js Plugin for showing error bars for various chart types

MIT License

Downloads
19.2K
Stars
46
Committers
3

Bot releases are hidden (Show)

chartjs-chart-error-bars - Release 3.1.0

Published by sgratzl over 3 years ago

  • build: update samples (8d79ff3)
  • build: fix linting (da69785)
  • build: avoid dynamic date in build (cb710eb)
  • test: fix set dir (4c7c183)
  • build: update dependencies (210d550)
  • docs: fix linting (c560685)
  • docs: add link to other repos (2fe5183)
  • build: update dependencies (d25256a)
  • build: update dependencies (c5109ff)
chartjs-chart-error-bars - Release 3.0.1

Published by sgratzl over 3 years ago

  • build: update setup (2ab1b1a)
  • build: compile to ES2019 (fd9c567)
chartjs-chart-error-bars - Release 3.0.0

Published by sgratzl over 3 years ago

  • feat: upgrade to chart.js 3 (8f77233)
chartjs-chart-error-bars - Release 3.0.0-rc.0

Published by sgratzl over 3 years ago

  • fix: linting (f35f310)
  • fix: polararea (353a005)
  • fix: linting (241c883)
  • feat: uprade to rc and setup (c94a9a4)
  • build: upgrade beta.14 (0d487f0)
chartjs-chart-error-bars - Release 3.0.0-beta.9

Published by sgratzl almost 4 years ago

  • fix: upgrade to beta.9 (3bcfa46)
  • Merge branch 'develop' of github.com:sgratzl/chartjs-chart-error-bars into develop (5891458)
  • Release 3.0.0-beta.6 (6154dd8)
chartjs-chart-error-bars - Release 3.0.0-beta.6

Published by sgratzl almost 4 years ago

  • feat: upgrade to beta.7 (a22cb0a)
  • build: update dependencies (921dbc8)
chartjs-chart-error-bars - Release 3.0.0-beta.5

Published by sgratzl almost 4 years ago

  • feat: upgrade to beta.5 (51c0130)
chartjs-chart-error-bars - Release 3.0.0-beta.4

Published by sgratzl about 4 years ago

  • feat: upgrade to beta.4 (933a7fb)
chartjs-chart-error-bars - Release 3.0.0-beta.3

Published by sgratzl about 4 years ago

  • feat: update examples (4c30fbc)
  • feat: update to beta.3 (53c6d41)
  • add dependabot yarn fix workflow (0151a09)
  • add dependabot (198e56a)
chartjs-chart-error-bars - Release 3.0.0-beta.1

Published by sgratzl about 4 years ago

  • update tests (49d6fc3)
  • working version (d1d401b)
  • upgrade to beta (6b7e8ed)
  • prepare for beta (2bd0199)
  • renaming (d5be620)
  • start migrating to TypeScript (6b0a348)
chartjs-chart-error-bars - Release 3.0.0-alpha.20

Published by sgratzl over 4 years ago

  • update to released version (f0e65b6)
  • update README (33f04ee)
  • fix defaults (8b91479)
  • work on migration to chart.js alpha.2 (571ea7c)
  • upload failed tests (8206bcc)
  • restructure (e53c352)
  • add image snapshot tests (7eb865a)
  • rename files (e4b8e57)
  • enable linting as part of ci (dea8d53)
chartjs-chart-error-bars - Release 3.0.0-alpha.2

Published by sgratzl over 4 years ago

  • fix linting (373fd59)
  • use helper functions (91832c6)
  • add missing chart wrapper (f955a80)
  • restructure for esm (bd4fea1)
  • remove old functions (053b266)
  • remove old default option (65213ff)
  • update build script (bfdfe34)
  • fix readme (3d70f07)
  • update codepens (111130a)
chartjs-chart-error-bars - Release 3.0.0-alpha.1 - Chart.js v3

Published by sgratzl over 4 years ago

  • chart.js v3.0.0-alpha compatible release

Breaking changes

  • ESM bundle with tree shaking, in a module case one needs to manually register the chart types, see README
  • error bar styling: the notation for multiple bars has changed from e.g., [[1, 3]], to {v: [1, 3]}, see README
  • polar area: the data structure notation has changed from { y: number, yMin: number, yMax: number} to { r :number, rMin: number, rMax: number}
chartjs-chart-error-bars - Release 1.2.1

Published by sgratzl almost 5 years ago

  • ie11 compatibility (b516e95)
  • work on compatiblity with ie11 (9000734)
chartjs-chart-error-bars - Release 1.2.0

Published by sgratzl almost 5 years ago

  • compatibility for v2.9.2 (bb9d469)
  • add github infos (e1ca0bb)
  • distribute pack, too (8dc503d)
  • use mergeConfig (6c54816)
chartjs-chart-error-bars - Multibar support

Published by sgratzl about 5 years ago

add support for multiple error bars per value. renamed esm build for simpler integration

  • Multibar support (#3) (9170e58)
  • close #2 add license badge (764cdd1)
  • fix readme (12ce522)
  • rename esm build name (0bd4342)
  • update dependencies (624081f)
  • fix url (ceb0543)
  • fix readme (408fa79)
  • switch to github actions (8bc21b9)
  • better readme (3edb60d)
chartjs-chart-error-bars - Release 1.0.0

Published by sgratzl about 5 years ago

Initial Release

  • support various chart types
  • support animations
  • support tooltips

see README.md for examples.