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, }