I'm new to d3js, and I'm successfully using example here: https://gist.github.com/d3noob/4414436
That's quite nice, because it works remotely, the CSV being stored on server side. Now, I'd like to go further, and add the ability to select the source CSV from a list and the redraw the chart.
I'm stuck in writing php and java, and java echo'ed by php, so I think that I'm totally on the wrong way.
Would you have an example that illustrates how to perform the chart update reading a new CSV selected from a dropdown list containing the server side's CSV pathes?
Kind regards,
Sylvain