Getting the flot-rails gem to play nicely with IE8

How to go about getting this Gem working nicely with IE8

Flot is a really useful graphing tool built on top of jQuery, and someone has very kindly created a rails gem called flot-rails which allows you to easily include the relevant JavaScript files in your rails project.

An issue I found recently that was to allow flot to play nicely with IE8 you should have excanvas.js present, this gives canvas support to older versions of Internet Explorer (which is something that flot relies on).

What the README file of the rails-flot gem doesn’t explain well is that packaged up in the gem are all the JavaScript files you could need for flot, include excanvas.js

The fix then, if you are using rails-flot along with a need to support Internet Explorer 8 is to include the following in your manifest file;

//= require excanvas.js

Before you require anything relating to flot.


Recent posts View all

Ruby

Forcing a Rails database column to be not null

How you can force a table column to always have something in it with Rails

Writing Marketing

We've deleted an article's worth of unhelpful words

We've improved several pages across our site by removing words that add no value, and often detract from the article.