<rrd_graph_def> <options> <vertical_label>Degrees from North</vertical_label> <min_value>0</min_value> <max_value>360</max_value> </options> <datasources> <def> <name>windDir</name> <rrd>${rrdFile}</rrd> <source>windDir</source> <cf>AVERAGE</cf> </def> </datasources> <graph> <line> <datasource>windDir</datasource> <color>#FF0000</color> <legend>Wind direction</legend> </line> </graph> </rrd_graph_def>