Is it possible to load csv data to nvd3 library?

前端 未结 3 383
野趣味
野趣味 2021-01-14 08:38

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

3条回答
  •  天涯浪人
    2021-01-14 08:53

    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.

提交回复
热议问题