mervenoyan's picture
commit files to HF hub
40559c4
raw
history blame
No virus
125 Bytes
function createInterfaceImage(divName){
var c = d3.conventions({
sel: d3.select('.' + divName).html('')
})
}