How do I use D3js in Wordpress?

admin

Administrator
Staff member
I have installed wordpress as well as the plugin for d3js. Now, what is the best way to upload the data so that I can make and serve graphs on the fly?

<ul>
<li>If I upload the csv files directly, where do I store it? Does it matter?</li>
<li>If I want to store the data in a third party site, what can I use? Preferably free service.</li>
</ul>

I have made graphs in my localmachine and I want to publish those graphs now.