Posts by DutraS • 1 point
2 posts
-
0
votes1
answer92
viewsA: Create Chartjs chart inside another js file controller
I’ve been researching here and I think I’d look like this: $scope.init = function (type) { $.getJSON('/data/data4.json', function (json) { var ctx = document.getElementById(['graphs']); var…
-
0
votes1
answer92
viewsQ: Create Chartjs chart inside another js file controller
I am trying to solve a problem with my web page. Below I put some information about it: The page is to generate graphs in different models (area, line, bar); The user, from a select chooses which…