optimize
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1s

This commit is contained in:
2025-12-20 01:50:14 +03:30
parent 618960bb5c
commit 3644d57206
10 changed files with 299 additions and 208 deletions

View File

@@ -77,7 +77,7 @@ export const ChartsTab = memo(function ChartsTab({
) : (
<div className="grid gap-6 md:grid-cols-2">
{charts.map(chart => (
<Panel key={chart.key} title={chart.title}>
<Panel key={chart.key} title={chart.title} id={`chart-${chart.key}`}>
<LineChart
labels={chartLabels}
series={[