Fixed the watermark of the vertical bars graph
(cherry picked from commit 12d7087014
)
This commit is contained in:
parent
0490a00506
commit
7f277e6be0
|
@ -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…
Reference in New Issue