I\'m new on nvd3 after testing the D3js the last week. I\'d like to load data from .csv file with nvd3, that I did on D3 but I\'m not able to do it with nvd
You can use all the methods for loading data available in D3 also with nvd3. This example uses the d3.json function to load data. You can simply replace that with d3.csv and add your processing of the data.