]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Correct decimation plugin documentation (#8801)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 3 Apr 2021 17:06:31 +0000 (13:06 -0400)
committerJukka Kurkela <jukka.kurkela@gmail.com>
Sun, 4 Apr 2021 11:51:06 +0000 (14:51 +0300)
commit2a9ee23a221351280b4776da369a1eadbea40487
treea9b904fc3eed06605d3b5eeee28361683ad50bd3
parent9f0f49e87e62f1d6a30804391e673384b91fa116
Correct decimation plugin documentation (#8801)

* Correct decimation plugin documentation

* The default for decimation is `false`.
* Added a sample for data decimation
* Corrected an issue in the decimation plugin when switched from enabled to disabled
docs/.vuepress/config.js
docs/configuration/decimation.md
docs/samples/advanced/data-decimation.md [new file with mode: 0644]
docs/scripts/utils.js
src/plugins/plugin.decimation.js