From c0d8dd9d05223ab41aa59977d24cf91372cad01c Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Tue, 27 Jul 2021 13:48:14 -0700 Subject: [PATCH] Shorthand labels key in getting started (#9465) * Shorthand labels key in getting started * Change to longhand --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 8c5aaf62d..e609ffecd 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -42,7 +42,7 @@ const data = { // const config = { type: 'line', - data, + data: data, options: {} }; // -- 2.47.2