Fixed the watermark of the vertical bars graph

(cherry picked from commit 12d7087014)
This commit is contained in:
Alejandro Gallardo Escobar 2016-05-26 15:07:47 +02:00
parent 0490a00506
commit 7f277e6be0
1 changed files with 4 additions and 0 deletions

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;