Unfortunately my organisation is stuck with IE6 for while yet (yeah, I know...).
I love jqPlot but find that IE6 doesn't feel the same way about it. So, tired of trying to work around the many failings and memory leaks of IE6, I thought I'd circumvent the problem by producing images (perhaps PNGs) of charts on the server. For my purposes, the interactive nature of client side charts aren't as useful as the ability to produce a cache of chart images on the server and put less stress on IE6 It would also neatly solve the issue that jqPlot output doesn't print properly from IE6 (I'm guessing that might be an excanvas issue).
But the trouble is, none of the server side solutions that I've found can match the visual/aesthetic appeal of jqPlot. Server-side, I'm most comfortable with Perl and the stuff available on CPAN ranges from the functional but fugly (e.g. Chart::Gnuplot) to the beautiful but unobtainable (e.g. Chart::Clicker, which has a zillion prerequisites and didn't want to install for me on Windows/ActiveState Perl even after a week of trying).
Google tells me that a few people might have tried using node.js to generate PNGs from jqPlot on the server, but I couldn't find any evidence that anyone has succeeded. I've not used node.js before so would like a little reassurance that I'm not attempting the impossible before I attempt the node.js/jsdom learning curve...
Any advice you could give would be appreciated (apart from "upgrade the browser" - that will happen eventually, but not for the foreseeable).