From c391c83a2d2573d28b1d60871901f7b67c10b3e9 Mon Sep 17 00:00:00 2001 From: Thomas Ernst Date: Mon, 22 Aug 2016 21:13:08 +0200 Subject: [PATCH] Widget plot.minmaxavg: Rename variable "gad" to "item" Use same naming as for other plots. Not a real issue but nevertheless assigned to issue #23 Change should not affect any user of the widget --- widgets/plot.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/widgets/plot.html b/widgets/plot.html index 7114e4717..6e1c75e59 100644 --- a/widgets/plot.html +++ b/widgets/plot.html @@ -151,16 +151,16 @@ * * @see misc/fundamentals#Duration-Format */ -{% macro minmaxavg(id, gad, tmin, tmax, ymin, ymax, unit, axis, count) %} +{% macro minmaxavg(id, item, tmin, tmax, ymin, ymax, unit, axis, count) %} {% set tmax = (tmax|lower=='0h' or tmax==0)? 'now' : tmax %} {% if once('highcharts-more') %} {% endif %}