Enkidatron / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Feedback from first time user #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Thanks for this excelent library. I’ve been using it on OSX to display object 
graphs of iOS applications.

Just thought I’d feedback that perhaps it is worth mentioning in your 
HowToUse document that the files downloaded have to be placed on a web server. 
If you try to view the hello_world example from the filesystem it will not 
display in modern browsers due to an XMLHTTPRequest Access-Control-Allow-Origin 
violation for file:// urls which only shows up in the JavaScript debug console.

Apart from that complements on a very useful library.

John H

Original issue reported on code.google.com by johnno1...@googlemail.com on 25 May 2014 at 3:30

GoogleCodeExporter commented 9 years ago
Good point. In a future version of canviz, I plan to include a small node app 
that runs a web server to serve the examples, which would address this.

Original comment by ryandesi...@gmail.com on 25 May 2014 at 9:23