From 3935f7bbab9893003ba67a80e574075a521371ef Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Wed, 22 Dec 2021 01:02:57 +0100 Subject: [PATCH] update chart title --- docs/samples/other-charts/polar-area-center-labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/samples/other-charts/polar-area-center-labels.md b/docs/samples/other-charts/polar-area-center-labels.md index 11f0f534fbd..cad6cabb56e 100644 --- a/docs/samples/other-charts/polar-area-center-labels.md +++ b/docs/samples/other-charts/polar-area-center-labels.md @@ -88,7 +88,7 @@ const config = { }, title: { display: true, - text: 'Chart.js Polar Area Chart' + text: 'Chart.js Polar Area Chart With Centered Point Labels' } } },