From e6ff3135dfbb14783d08c5a02b5e88dcafcb29ec Mon Sep 17 00:00:00 2001 From: kazu634 Date: Sat, 27 Jun 2020 20:56:36 +0700 Subject: [PATCH] Change the fill setting --- .../labs/visualization/2020-06-13-different-types-of-graphs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/labs/visualization/2020-06-13-different-types-of-graphs.md b/content/labs/visualization/2020-06-13-different-types-of-graphs.md index d6542cf..d6d3241 100644 --- a/content/labs/visualization/2020-06-13-different-types-of-graphs.md +++ b/content/labs/visualization/2020-06-13-different-types-of-graphs.md @@ -83,6 +83,7 @@ chart=true datasets: [{ label: '# of Votes', data: [12, 19, 3, 5, 2, 3], + fill: false, borderColor: [ 'rgba(255, 99, 132, 1)', 'rgba(54, 162, 235, 1)',