From eac2bb51e22da36dd6786d5d9869636883fe6d62 Mon Sep 17 00:00:00 2001 From: Syasya Date: Wed, 27 Aug 2025 17:08:28 +0800 Subject: [PATCH] point --- components/dashboards/EnergyLineChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboards/EnergyLineChart.tsx b/components/dashboards/EnergyLineChart.tsx index c4fc5cf..08fcad6 100644 --- a/components/dashboards/EnergyLineChart.tsx +++ b/components/dashboards/EnergyLineChart.tsx @@ -509,7 +509,7 @@ const selectableIndices = borderDash: [5, 5], fill: true, spanGaps: true, - pointRadius: 2, // default is 3, make smaller + pointRadius: 1, // default is 3, make smaller pointHoverRadius: 4, // a bit bigger on hover borderWidth: 2, }