[Answer]-How use json in javascript with django

1👍

Answer:

As @Jason said, the problem was that the path was incorrect.

d3.json("/static/js/jsonfile.json", function(node) {
         ....
}

thanks for helping !!

👤Don

Leave a comment