chartjs-chart-boxplot

Chart.js Box Plots and Violin Plot Charts

MIT License

Downloads
36.7K
Stars
109
Committers
11

Bot releases are visible (Hide)

chartjs-chart-boxplot - Release 3.0.0-alpha.3

Published by sgratzl over 4 years ago

  • add tree shaking example (889cfff)
  • use helper methods (bb822a5)
  • remove unused import (4cafadd)
chartjs-chart-boxplot - Release 3.0.0-alpha.2

Published by sgratzl over 4 years ago

  • tune imports (6b1c936)
  • fix color typo (9d1f40c)
  • fix esm build and add sample (0a6bbee)
  • remove old functions (a5c5e48)
  • better build script (271fafb)
chartjs-chart-boxplot - Release 2.3.2

Published by sgratzl over 4 years ago

  • fix link (966e1af)
  • add git attributes (6390363)
  • add access config (aa7dc96)
  • update repo link (17c4608)
  • update issue templates (4121d7c)
  • fix license (4247fdc)
  • fix setup (ec4e065)
  • update setup and format (f433dda)
  • Merge remote-tracking branch 'origin/sgratzl/interpolation' (f4b0cc2)
  • Merge remote-tracking branch 'origin/sgratzl/actions' (0a88945)
  • Prepare next dev release (39869a6)
  • switch to github actions (28d49af)
  • fix test (eccc1d4)
  • Merge remote-tracking branch 'origin/master' into sgratzl/interpolation (36a0ee2)
  • add more quantiles computation methods (747c6a9)
chartjs-chart-boxplot - Release 3.0.0-alpha.1 - Chart.js v3

Published by sgratzl over 4 years ago

  • compatible with chart.js v3.0.0-alpha

breaking changes

  • tooltip logic has been simplified, the default implementation should work in most cases
  • scales were removed thus their options where moved to the controller / dataset
  • some coloring options has been renamed for uniformity, e.g. lowerColor -> lowerBackgroundColor