mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update weekly_stats.yaml
This commit is contained in:
4
.github/workflows/weekly_stats.yaml
vendored
4
.github/workflows/weekly_stats.yaml
vendored
@@ -147,7 +147,7 @@ jobs:
|
||||
set autoscale
|
||||
set terminal png size 500,300
|
||||
set output 'stats.png'
|
||||
plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons'
|
||||
plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines
|
||||
EOFMarker
|
||||
rm Stats3
|
||||
- name: Create addons stats
|
||||
@@ -187,7 +187,7 @@ jobs:
|
||||
set autoscale
|
||||
set terminal png size 500,300
|
||||
set output 'stats_addons.png'
|
||||
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i)
|
||||
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines
|
||||
EOFMarker
|
||||
#plot for [i=1:*] 'Stats3' using 0:i
|
||||
rm Stats3
|
||||
|
||||
Reference in New Issue
Block a user