Skip to content

Commit

Permalink
add SubTitle to ts test register (#10117)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jan 31, 2022
1 parent 6283c6f commit cc807b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/tests/register.ts
Expand Up @@ -22,6 +22,7 @@ import {
Filler,
Legend,
Title,
SubTitle,
Tooltip
} from '../index.esm';

Expand All @@ -48,5 +49,6 @@ Chart.register(
Filler,
Legend,
Title,
SubTitle,
Tooltip
);

0 comments on commit cc807b2

Please sign in to comment.