Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idrinth-api-bench/chartjs-plugin-stdev-filler

A small plugin to provide sensible standard deviation displays.
https://github.com/idrinth-api-bench/chartjs-plugin-stdev-filler

chartjs chartjs-plugin standard-deviation stdev

Last synced: 19 days ago
JSON representation

A small plugin to provide sensible standard deviation displays.

Awesome Lists containing this project

README

        

# @idrinth-api-bench/chartjs-plugin-stdev-filler

This tiny plugin adds a colored area around line charts if those provide a standard deviation value.

## Config

```js
{
datasets: [
{
label: 'example 1',
data: [10, 9, 11, 13, 11],
stdev: [1, 1.1, 3, 9, 0.2],
}
]
}
```