]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add SubTitle to the list of all esm imports (#9384)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Sat, 10 Jul 2021 12:09:33 +0000 (14:09 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jul 2021 12:09:33 +0000 (08:09 -0400)
docs/getting-started/integration.md

index e411745d22a50d990685ce09a2308e8a7f21da9e..13a87048bf340a87077f0111dd491e4544975fb4 100644 (file)
@@ -49,7 +49,8 @@ import {
   Filler,
   Legend,
   Title,
-  Tooltip
+  Tooltip,
+  SubTitle
 } from 'chart.js';
 
 Chart.register(
@@ -75,7 +76,8 @@ Chart.register(
   Filler,
   Legend,
   Title,
-  Tooltip
+  Tooltip,
+  SubTitle
 );
 
 var myChart = new Chart(ctx, {...});