Fixed the watermark of the vertical bars graph

(cherry picked from commit 12d7087014444251a369a077ced0420c272b69e3)
This commit is contained in:
Alejandro Gallardo Escobar 2016-05-26 15:07:47 +02:00
parent 0490a00506
commit 7f277e6be0

View File

@ -465,6 +465,10 @@ function pandoraFlotHBars(graph_id, values, labels, water_mark,
}
return format;
}
if (water_mark) {
set_watermark(graph_id, plot, $('#watermark_image_'+graph_id).attr('src'));
}
}
var previousPoint = null, previousLabel = null;