From 859d05aa3043ad002538a75ae644c4f358c32d67 Mon Sep 17 00:00:00 2001 From: Shreejal Maharjan Date: Mon, 24 Mar 2025 23:09:03 +0000 Subject: [PATCH] Fix duplicate stroke property --- content/plugins/charts.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/plugins/charts.md b/content/plugins/charts.md index 39769b44..b7360e3d 100644 --- a/content/plugins/charts.md +++ b/content/plugins/charts.md @@ -208,6 +208,7 @@ const options = { }, stroke: { width: 6, + curve: 'smooth' }, grid: { show: true, @@ -233,9 +234,6 @@ const options = { legend: { show: false }, - stroke: { - curve: 'smooth' - }, xaxis: { categories: ['01 Feb', '02 Feb', '03 Feb', '04 Feb', '05 Feb', '06 Feb', '07 Feb'], labels: {