From 5054321897c5815377482b6824dbd58463bb2e6d Mon Sep 17 00:00:00 2001 From: Haruki TSURUMOTO Date: Thu, 6 Oct 2022 13:35:36 +0900 Subject: [PATCH] exampleSite: Fix mismatch of between sample code and chart --- exampleSite/content/docs/shortcodes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 8feadb61..cf6c2c56 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -84,7 +84,7 @@ data: { labels: ['Tomato', 'Blueberry', 'Banana', 'Lime', 'Orange'], datasets: [{ label: '# of votes', - data: [12, 19, 3, 5, 2, 3], + data: [12, 19, 3, 5, 3], }] } {{}}