I am trying to plot a csv file using d3j. I can get a simple scatter plot up and running with no problem. This is what I am having trouble with:
Assume that the columns are x,y,z. I want the user to be able to plot any combination (x vs y, x vs z, y vs z, and so on) (just like the http://www.gapminder.org/world/ where you can select the axis amongst many variables).
Could any one point me to an example where I can learn this?
Thanks