From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Sat, 10 Jul 2021 12:09:33 +0000 (+0200) Subject: Add SubTitle to the list of all esm imports (#9384) X-Git-Tag: v3.5.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655c635191328f5e4d0ddf2adb9ff46d0760f301;p=thirdparty%2FChart.js.git Add SubTitle to the list of all esm imports (#9384) --- diff --git a/docs/getting-started/integration.md b/docs/getting-started/integration.md index e411745d2..13a87048b 100644 --- a/docs/getting-started/integration.md +++ b/docs/getting-started/integration.md @@ -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, {...});