Turns out that I can't eval the Gadfly scripts because they are now inside SVGScriptElement blocks (as opposed to HTMLScriptElement), which don't have a .text property. Any javascript wizards around who know of a way around this?
On Monday, 23 June 2014 09:45:43 UTC+1, Mike Innes wrote: > > This looks great. Unfortunately it did break the interactivity on Light > Table as predicted, but hopefully that'll be easy to fix. But the plots now > display properly even without JS, which is nice. > > One issue is that plots don't show up well against dark backgrounds – you > might want to consider adding a white background to them. If not I can > always add in some custom CSS though. > > On Friday, 20 June 2014 23:24:14 UTC+1, Daniel Jones wrote: >> >> I've just merged branches in Gadfly and Compose that I've been working on >> for a while, and I'm going to tag a new version relatively soon. >> >> For the most part things should work as before. But if you are explicitly >> using the D3 backend or Compose, then I'm about to break your code. Sorry. >> >> Here's a brief explanation of the changes: >> http://nbviewer.ipython.org/gist/dcjones/4d3088d74db6a83b12d3 >> >> If you run into problems after the update, please let me know. I realize >> I've been a little inattentive to issues lately, but with this out of the >> way, I'm going to focus on working through those. >> >
