mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed the watermark of the vertical bars graph
This commit is contained in:
parent
14127df1dc
commit
12d7087014
@ -465,6 +465,10 @@ function pandoraFlotHBars(graph_id, values, labels, water_mark,
|
|||||||
}
|
}
|
||||||
return format;
|
return format;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (water_mark) {
|
||||||
|
set_watermark(graph_id, plot, $('#watermark_image_'+graph_id).attr('src'));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var previousPoint = null, previousLabel = null;
|
var previousPoint = null, previousLabel = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user