ZingChart-AngularJS
ZingChart-AngularJS copied to clipboard
Boxplot graph results in resource not found error
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-
I was able to do basic graphs such as a pie chart without encountering this problem.