From e6ff3135dfbb14783d08c5a02b5e88dcafcb29ec Mon Sep 17 00:00:00 2001 From: kazu634 Date: Sat, 27 Jun 2020 20:56:36 +0700 Subject: [PATCH 1/2] 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)', From 303374966220ce69339691343e23e3ced26ebcf2 Mon Sep 17 00:00:00 2001 From: kazu634 Date: Sat, 27 Jun 2020 20:56:56 +0700 Subject: [PATCH 2/2] Delete the background color setting. --- .../visualization/2020-06-13-different-types-of-graphs.md | 8 -------- 1 file changed, 8 deletions(-) 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 d6d3241..96859ba 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 @@ -92,14 +92,6 @@ chart=true 'rgba(153, 102, 255, 1)', 'rgba(255, 159, 64, 1)' ], - backgroundColor: [ - 'rgba(0,0,0,0)', - 'rgba(0,0,0,0)', - 'rgba(0,0,0,0)', - 'rgba(0,0,0,0)', - 'rgba(0,0,0,0)', - 'rgba(0,0,0,0)' - ], borderWidth: 1 }] },