Adding 2 charts, the first being a bar chart, the second fails drawing. I
solved it adding the line, in flot.image.js:
function draw(plot, ctx) {
var plotOffset = plot.getPlotOffset();
$.each(plot.getData(), function (i, series) {
if (!series.images.show) return; // this line is the fix
Original issue reported on code.google.com by vinicius...@gmail.com on 18 Jun 2010 at 5:59
Original issue reported on code.google.com by
vinicius...@gmail.com
on 18 Jun 2010 at 5:59