Difference between revisions of "MediaWiki:EUProjects Festivals"
Line 160: | Line 160: | ||
},*/ | },*/ | ||
− | d3.json(' | + | d3.json('/en/Culture.si:EUProjekti/JSON?action=raw&templates=expand', function(err, rows){ |
+ | console.log(rows.length,err); | ||
+ | console.log(rows); | ||
data_projects = d3.nest() | data_projects = d3.nest() | ||
.key(function(d) { return d.year; }) | .key(function(d) { return d.year; }) |