]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add `Decimation` to all available imports list (#8430)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 15 Feb 2021 19:07:17 +0000 (21:07 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 19:07:17 +0000 (14:07 -0500)
docs/docs/getting-started/integration.md

index 48c805ff339eba2df9c0313233e4fc2fa5f47bdd..470e0cfa28ab2b9865756aee5f1570dcd3020ac8 100644 (file)
@@ -46,6 +46,7 @@ import {
   RadialLinearScale,
   TimeScale,
   TimeSeriesScale,
+  Decimation,
   Filler,
   Legend,
   Title,
@@ -71,6 +72,7 @@ Chart.register(
   RadialLinearScale,
   TimeScale,
   TimeSeriesScale,
+  Decimation,
   Filler,
   Legend,
   Title,