From: Salman Kazmi Date: Wed, 16 Dec 2020 15:35:54 +0000 (+0530) Subject: added comma to fix syntax issue (#8177) X-Git-Tag: v3.0.0-beta.8~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e22f568659c3de73847c7d12f8b822b5bc4da8c;p=thirdparty%2FChart.js.git added comma to fix syntax issue (#8177) --- diff --git a/docs/docs/charts/mixed.mdx b/docs/docs/charts/mixed.mdx index fe58df44c..0a5823f47 100644 --- a/docs/docs/charts/mixed.mdx +++ b/docs/docs/charts/mixed.mdx @@ -14,7 +14,7 @@ var mixedChart = new Chart(ctx, { label: 'Bar Dataset', data: [10, 20, 30, 40] }, { - type: 'line' + type: 'line', label: 'Line Dataset', data: [50, 50, 50, 50], }],