This is probably a silly problem but I just can't figure out what's
causing it.
I've set up a couple of plots/charts and enabled the zoom option
through the cursors plugin. Works fine in chrome, FF and ie7 and ie 9
(with the update code)... but when zooming in ie8 the plotline isnt
rendered even though all html elements are added to the DOM they are
just not showing up... though if resizing the page with the built in
zoom function in the browser it shows up.. whyy oh why??
I've tried removing all CSS code except "jquery.jqplot.min.css" and
removed all javascript except
the jqplot and the plot initiating script... (excanvas.min.js is
ofcourse added first)
even tried copying the code for the graph from the example
http://www.jqplot.com/tests/zoomTests.php
still this strange rendering problem...
all elements on the graphs show up beside the ones within the DIV
"jqplot-series-canvas" with the vml shapes for my series.. but they
are there in the DOM .. just not showing up until zoom - unzoom in the
browser.. and it's only for IE8... any clues where i should look?