manuelluis / jsrrdgraph

javascript rrdgraph
61 stars 12 forks source link

Don't show legend for HRULEs with empty description text #21

Closed smkent closed 9 years ago

smkent commented 9 years ago

HRULEs with empty description text don't create legend entries in rrdgraph, but they do in jsrrdgraph. This pull request will fix it.

Example HRULE:

HRULE:4#ecd748::dashes

rrdgraph example with such an HRULE:

rrdgraph_1

Current behavior of jsrrdgraph:

1

Behavior of jsrrdgraph with the attached change:

2

manuelluis commented 9 years ago

Solved in the rewrite of parser and add a check for empty legends in RrdGraphDesc.