diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index d47b062bc..55552881f 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -134,7 +134,10 @@ jobs: # Plot graph sudo apt-get install gnuplot-nox -y gnuplot-nox -persist <<-EOFMarker - plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i + set xdata time + set timefmt "%y-%m-%d" + set format x "%y-%m-%d" + plot for [i=1:*] 'Stats3' using 1:i with lines title 'Column '.i set term png set output "stats.png" replot