From 5e22f568659c3de73847c7d12f8b822b5bc4da8c Mon Sep 17 00:00:00 2001 From: Salman Kazmi Date: Wed, 16 Dec 2020 21:05:54 +0530 Subject: [PATCH] added comma to fix syntax issue (#8177) --- docs/docs/charts/mixed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], }], -- 2.47.2