Closed GoogleCodeExporter closed 9 years ago
The problem is the VerticalPanel. VerticalPanel is a table. When using a
container for the legend, flot delete all the content of the given element and
replace it with the legend. When you give it a table element, the dom looks
like :
<table id="myVerticalPanel">
<table id="legend">...</table>
</table>
It seems that IE6 is not able to read that. It's even surprising that the
others browsers accept it.
So just use a div based panel like SimplePanel, FlowPanel or HTMLPanel.
Original comment by nmr.morel
on 29 Mar 2012 at 8:28
Thanks for your help.
Original comment by ODMar...@gmail.com
on 30 Mar 2012 at 8:57
Original comment by nmr.morel
on 31 Mar 2012 at 10:05
Original issue reported on code.google.com by
ODMar...@gmail.com
on 28 Mar 2012 at 9:06