Posts by Guilherme Mayrink • 19 points
2 posts
-
0
votes1
answer37
viewsA: Display array inside the chartjs
After a few attempts, I managed to solve my problem as follows, I will post here if help someone in the future. I created a file named app.js with the following code: $('document').ready(function ()…
-
1
votes1
answer37
viewsQ: Display array inside the chartjs
I wonder if you could help me with the following situation: I have a column called event type , in it after completing a form will be inserted some of the 4 items: Collision, PT, THEFT, Theft. I’m…