I ve started using the excellent D3.js data visualisation library (http://mbostock.github.com/d3/).
The results work great in Firefox and Chrome, but not in IE. One issue seems to be the heavy use of this.style.setProperty and this.style.removeProperty by D3, which isn t recognised by IE.
I wondered if anyone knew of a workaround or shim or some such? (My JavaScript is pretty poor, BTW).