mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-29 20:04:05 +02:00
Update weekly_stats.yaml
This commit is contained in:
2
.github/workflows/weekly_stats.yaml
vendored
2
.github/workflows/weekly_stats.yaml
vendored
@@ -189,7 +189,7 @@ jobs:
|
|||||||
set autoscale
|
set autoscale
|
||||||
set terminal png size 500,300
|
set terminal png size 500,300
|
||||||
set output 'stats_addons.png'
|
set output 'stats_addons.png'
|
||||||
plot for [i=2:*] 'Stats3' using 1:i lt rgb 'red'
|
plot for [i=2:*] 'Stats3' using 1:(column(i)) lt rgb 'red' w lines title columnhead(i)
|
||||||
EOFMarker
|
EOFMarker
|
||||||
#plot for [i=1:*] 'Stats3' using 0:i
|
#plot for [i=1:*] 'Stats3' using 0:i
|
||||||
rm Stats3
|
rm Stats3
|
||||||
|
|||||||
Reference in New Issue
Block a user