Can we put an entire path for d3.json ? Because actually for me, the d3.json work only for a path who is on the same place than the file.js
, so, can we put a path like this for exemple ?
Exemple :
d3.json("C:\Users\PC Quatorze\Documents\Zahreddine\DPGF\file.json", function(error, json) {
if (error) throw error;
}