ddrown / chrony-graph

Generate Graphs from chrony logs
Other
22 stars 8 forks source link

Adding thousands separators to the graphs #10

Open MarcelWaldvogel opened 2 years ago

MarcelWaldvogel commented 2 years ago

Some of the numbers get very big, when measured in µs; I have had several seconds of errors in some cases. Then, keeping track of number of zeros in the ytics is hard.

Therefore, adding some form of thousands separators to the graph would be useful.

I already did try a few things, including switching to the %'f format and adding lines to graph-header:

Is this something that needs to be pushed upstream to gnuplot or is that something that can be fixed in chrony-graph?