Update AppImage

This commit is contained in:
MacRimi
2025-10-26 00:21:33 +02:00
parent af9b5f6ca4
commit efdfba0575
2 changed files with 25 additions and 13 deletions

View File

@@ -208,7 +208,7 @@ export function NetworkTrafficChart({ timeframe, interfaceName, onTotalsCalculat
return (
<ResponsiveContainer width="100%" height={300}>
<AreaChart data={data} margin={{ bottom: 80, left: 30 }}>
<AreaChart data={data} margin={{ bottom: 80 }}>
<CartesianGrid strokeDasharray="3 3" stroke="currentColor" className="text-border" />
<XAxis
dataKey="time"