Griesbacher / histou

Adds templates to Grafana in combination with nagflux
GNU General Public License v2.0
35 stars 16 forks source link

fix legend parameter #20

Closed sni closed 6 years ago

sni commented 6 years ago

the second argument to GraphPanel it $legendShow, not type. Right now legend was always set to 'graph' which is true and always displays the legend, regardless of the url parameter.

Griesbacher commented 6 years ago

Thanks Sven for the fix.