Luca Bonavita edited block1.md  over 9 years ago

Commit id: f23676ec80f14555647fba8324f2969a3eb9fdc0

deletions | additions      

       

##### viz todo  * fix the green 'kauffman' area clipping (it isn't working even on localhost)  * fix the Above/Below_Predicted_NII_Index filter  ##### authorea bugs  * can't link local resources even using ```?raw=true``` because of bad encoding  * see https://www.authorea.com/users/2092/articles/7393/master/file/figures/figure_1/index.js?raw=true: ```d3.select('#viz')``` becomes ```d3.select('#viz')``` ```d3.select('#viz')```  * we have to use external resources like `````` (and they have to be ```https```)  * [SVG] clip-path doesn't seem to work  * possibly because using ```clip-path="url(#plot1clip)"``` we refer to elements like ```#plot1clip"``` which are local to the iframe? Weird, just guessing.  * the website is responsive hence when resizing the window the width changes, while the figures width is fixed (being set by ```size.md```)##### viz bugs  * the green 'kauffman' area isn't working yet (even on localhost)