You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I downloaded the code and tried to open index.html in my browser.
but, it keep on saying "Please wait (30MB to load)..." without changing.
Why?
And how can I changed to to load my own vectors?
thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
Due to some security restrictions you can't load the values from another server. Easiest workaround would be downloading the vector values from here, putting them somewhere in the project directory and changing the path in the file (main.js: change d3.csv("path_to_vector_values", callback);). I hope that helps.
Hi,
I downloaded the code and tried to open index.html in my browser.
but, it keep on saying "Please wait (30MB to load)..." without changing.
Why?
And how can I changed to to load my own vectors?
thank you very much!
The text was updated successfully, but these errors were encountered: