When I tried to do a box plot with AngularJS, I got an error saying that /modules/zingchart-boxplot.min.js not found. (It was solved when I manually put a box plot.min.js in the above path).
Is it assumed that we need to manually configure the dependencies? Like setting up a /modules/zingchart-.min.js for some of the charts to be drawn?
I was able to do basic graphs such as a pie chart without encountering this problem.