1.0.5 • Published 1 month ago

@idrinth-api-bench/chartjs-plugin-stdev-filler v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@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

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

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago