QFlot broken with IE8/IE9.

Login or register to post comments
3 replies [Last post]
Offline
Joined: 06/25/2009

Hello,

I've been using QFlot on 1.1.1 for some reporting, and I noticed that IE8 and IE9 do not render the graphs (line or bar) correctly. In fact, IE8 has most of the formatting, but no bars or lines, whereas IE9 doesn't attempt to render anything at all.

Is there a new version of QFlot that will support IE8/IE9 in the works? Or perhaps upgrading QCubed to 1.1.3/2.0.2? I'm willing to upgrade, as long as the problem will go away.

If that's not the case, I wouldn't mind looking at the problem, but haven't the faintest clue as to where to start. Any pointers would be much appreciated.

I did check this forum thread: http://qcu.be/content/qflot-plugin-generate-charts-qcubed for a possible workaround with IE8, but even if I make the changes at the bottom of the thread, it still doesn't render correctly for me on IE8 or IE9.

Offline
Joined: 05/30/2011

Hi,

i've the same problem with IE6/IE7/IE8.

I want to debug the source code, i begin the work.

Perhaps i'll find a soluce.

Offline
Joined: 05/30/2011

Re,

one soluce : download the latest version of flot (0.7) : http://code.google.com/p/flot/

replace the content of files in your Qcubed installation :
- ./assets/plugins/QFlot/js/excanvas.pack.js with the content of file excanvas.js
- ./assets/plugins/QFlot/js/jquery.flot.pack.js with the content of file jquery.flot.js

There is another problem, the bars in bar chart example are not drawed on the base (the problem source is the data with decimal value).

I'll continue to search a soluce to correct this problem,

++

Offline
Joined: 06/25/2009

Thanks Yero, I actually did end up doing that as a temporary workaround. I'm also looking at completely re-writing the QFlot plugin to support more native Flot functionality, but that's a large undertaking, and is probably a ways out still. I'll post something here if/when I get things polished up enough to where I think they could use some additional input.