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

1.0.5 • Public • Published

@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],
    }
  ]
}

Package Sidebar

Install

npm i @idrinth-api-bench/chartjs-plugin-stdev-filler

Weekly Downloads

17

Version

1.0.5

License

MIT

Unpacked Size

21.5 kB

Total Files

32

Last publish

Collaborators

  • idrinth