ui: fix temperature chart filtering

This commit is contained in:
henrygd
2026-04-20 20:45:16 -04:00
parent cd9ea51039
commit c1c1cd1bcb
2 changed files with 5 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ export default function LineChartDefault({
isAnimationActive={false}
// stackId={dataPoint.stackId}
order={dataPoint.order || i}
// activeDot={dataPoint.activeDot ?? true}
activeDot={dataPoint.activeDot ?? true}
/>
)
})