I've got a chord diagram adapted from https://gist.github.com/1308257/1b67569b598525efad854978eced78ee74eec158 .
On my version, it works perfectly on my local box (Apache, CF9) but when uploaded to the main box, (IIS6, CF8) I get "Unexpected value rotate(NaN)translate(390) parsing transform attribute."
I suspect it's something to do with dynamically generated .CSV I'm passing it, or something set server side which is changing the response headers. But the data coming through 'looks' fine...
Oddly, it looks like an error is being thrown in ga.js (!) on the live site too which is.. odd.
The test page is here: http://www.oxfordmartin.ox.ac.uk/labs/chord/
This is what it Should look like:
Instead I get this
This is my first attempt at d3, so any ideas gratefully received!