chartjs-chart-boxplot icon indicating copy to clipboard operation
chartjs-chart-boxplot copied to clipboard

Chart.js Box Plots and Violin Plot Charts

Results 34 chartjs-chart-boxplot issues
Sort by recently updated
recently updated
newest added

use the violin diagram, but I can't find its configuration documentation. Thank you very much!

question

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...

enhancement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

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...

dependencies

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...

question

`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`.

bug

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,...

enhancement

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...

enhancement

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' } }, }...

bug