// --------------------------------------------------------------- // --------------------------------------------------------------- d3.json ("data01.json", function(error, data) { var str_out = "" for(var it=0; it" } d3.select("#result").html (str_out) }) // ---------------------------------------------------------------