
This is because js-script generated by SpreaD3 do CORS requests locally, not through http://, or at least it should add Access-Control-Allow-Origin: * in the head. So you should raise your own local server. There are a lot of programmes & packages for this. I prefer simple-http-server personally.