This tiny plugin adds a colored area around line charts if those provide a standard deviation value.
{
datasets: [
{
label: 'example 1',
data: [10, 9, 11, 13, 11],
stdev: [1, 1.1, 3, 9, 0.2],
}
]
}
A small plugin to provide sensible standard deviation displays.
TypeScriptMIT