Hello All,
I am trying to use d3 in my one of the project and want to import d3 in another js file.
I have used the syntax as mentioned below but it is giving error "Cannot use import statement outside a module".
import * as d3 from "/.d3.min.js";
Could anyone have any idea how to import it correctly ?
Regards
Ankit Dwivedi