
I want to implement this chart, but I can not figure out how to use json, and not csv.
With d3 practically not familiar = (
The data model is as follows (for each object id, createdAt, numberOfWords fields):
{ { _id: someId, createdAt: 05/31/2016, numberOfWords: 0 < number < 1000 }, ..., ... } Should I change
d3.csvtod3.json?Is it possible to transfer a variable to d3.json and not a file?
- Will there be problems with colors?
- How to change the function that is passed in rollup?