At first I don't know the Flot.init things( https://groups.google.com/group/liftweb/browse_thread/thread/8c974d50b9cc5c3b ). I copy jquery.flot.js and excanvas.js to /static (without jquery.flot.css) and link to these js's on the page. At this time my charts work fine. After I know the Flot.init, then I follow the official way to use Flot. And then in IE8 Flot just draw the backgroup, labels, but no line, point(still good in firefox and chrome). Now, I switch back to the /static copy to make it work.
On Feb 3, 11:14 am, Peter Robinett <[email protected]> wrote: > Hi Jarod, > > I'm afraid I don't understand your problem. Are you staying that the > combination of the blueprint and flot CSS files leads to incorrect > charts in IE8 but the charts are rendered correctly when the blueprint > file is not included? If so, is this a problem with how Lift includes > the files or in one of the libraries themselves? Since I will be > working on upgrading Lift's version of Flot to the latest > (seehttp://groups.google.com/group/liftweb/browse_thread/thread/a25a93f55...), > can you confirm that this is a problem in Flot 0.6? If so, please open > a ticket athttp://github.com/dpp/liftweb/issues. > > Thanks, > Peter > > On Feb 1, 10:02 pm, Jarod Liu <[email protected]> wrote: > > > > > I don't use the blueprint css. It works fine without jquery.flot.css. > > Maybe it would better do not generate the link to jquery.flot.css by > > default( I think most real world app won't use the blueprint css). And > > add some kind of options to make flot generate the link -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
