2 Mar
2015
2 Mar
'15
4:07 a.m.
On 28 February 2015 at 05:04, Sheldon Campbell <campbell_sjc at hotmail.com> wrote:
I am trying to increase the thickness of the actual graph lines within the graph itself.
The thickness of the line is defined by the "LINE" definition in graphs.cfg. Refer to the rrdgraph man page for all the options:
http://oss.oetiker.ch/rrdtool/doc/rrdgraph_graph.en.html
To give you an idea, changing from LINE1 to LINE2 changes the line thickness from 1 pixel to 2 pixels. Any number works (but numbers larger than about 3 are generally pointless. If you don't specify the number (eg "LINE") it defaults to 1 pixel.
J