Skip to content

Commit

Permalink
Add SubTitle to the list of all esm imports (#9384)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jul 10, 2021
1 parent 6349df9 commit 655c635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/getting-started/integration.md
Expand Up @@ -49,7 +49,8 @@ import {
Filler,
Legend,
Title,
Tooltip
Tooltip,
SubTitle
} from 'chart.js';

Chart.register(
Expand All @@ -75,7 +76,8 @@ Chart.register(
Filler,
Legend,
Title,
Tooltip
Tooltip,
SubTitle
);

var myChart = new Chart(ctx, {...});
Expand Down

0 comments on commit 655c635

Please sign in to comment.