manuelluis / jsrrdgraph

javascript rrdgraph
61 stars 12 forks source link

HRULE dashes are not supported #22

Closed smkent closed 9 years ago

smkent commented 9 years ago

From the rrdtool page:

HRULE:value#color[:legend][:dashes[=on_s[,off_s[,on_s,off_s]...]][:dash-offset=offset]]

Draw a horizontal line at value. HRULE acts much like LINE except that will have no effect on the scale of the graph. If a HRULE is outside the graphing area it will just not be visible.

Example HRULE:

HRULE:4#ecd748::dashes

rrdgraph example with dashed HRULEs:

rrdgraph_1

jsrrdgraph renders the HRULEs as solid lines:

2

manuelluis commented 9 years ago

Added dashes in LINE, HRULE and VRULE.