chartjs-chart-boxplot
chartjs-chart-boxplot copied to clipboard
Chart.js Box Plots and Violin Plot Charts
use the violin diagram, but I can't find its configuration documentation. Thank you very much!
This is a very handy library, thank you @sgratzl! **Feature request**: It would be great if we can allow for tooltips in all individual points in the box plot and...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.2.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Hi there, By default, chartjs behaves so that if you have multiple datasets with the same chart types (such as bar and bar, or boxplot and boxplot), they divide the...
`barThickness` works at runtime for narrowing the rendered bar for box and whisker plots, yet it has a type error at runtime due to its exclusion from `IStatsBaseOptions`.
Currently, `IBoxPlot` and the other data interfaces requires all members to be defined. This results in e.g. ```ts let data = { min: 1, q1: 2, median: 3, q3: 4,...
Is it possible to remove the whiskers from the plot? I just want the IQR to be displayed (just the box). How can I turn the whikers off? Also, doing...
When I create a boxplot that has an X axis scale defined as : { type:'time' time: { unit: 'quarter', parser: 'YYYY-M', displayFormats: { quarter: '[Q]Q YYYY' } }, }...