mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-25 23:16:17 +01:00
use grid layout for charts
This commit is contained in:
@@ -29,7 +29,12 @@ export default function CpuChart({
|
||||
'opacity-100': yAxisSet,
|
||||
})}
|
||||
>
|
||||
<AreaChart accessibilityLayer data={systemData} margin={{ top: 10 }}>
|
||||
<AreaChart
|
||||
accessibilityLayer
|
||||
data={systemData}
|
||||
margin={{ top: 10 }}
|
||||
// syncId={'cpu'}
|
||||
>
|
||||
<CartesianGrid vertical={false} />
|
||||
<YAxis
|
||||
className="tracking-tighter"
|
||||
|
||||
Reference in New Issue
Block a user