mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
change x axis time format for 1 week chart and add key
This commit is contained in:
@@ -84,6 +84,7 @@ export default function DiskIoChart({
|
||||
const color = i ? 'hsl(var(--chart-1))' : 'hsl(var(--chart-3))'
|
||||
return (
|
||||
<Area
|
||||
key={i}
|
||||
dataKey={dataKey}
|
||||
name={action}
|
||||
type="monotoneX"
|
||||
|
||||
Reference in New Issue
Block a user