]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
add SubTitle to ts test register (#10117)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Mon, 31 Jan 2022 17:15:33 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Mon, 31 Jan 2022 17:15:33 +0000 (12:15 -0500)
types/tests/register.ts

index 3e293fcbdb551b47eb7a87ce0847bbb2ea10015e..7256ef8b374c7f2f35cc4cab625e85c041a56a76 100644 (file)
@@ -22,6 +22,7 @@ import {
   Filler,
   Legend,
   Title,
+  SubTitle,
   Tooltip
 } from '../index.esm';
 
@@ -48,5 +49,6 @@ Chart.register(
   Filler,
   Legend,
   Title,
+  SubTitle,
   Tooltip
 );