Posts by Raul Barros • 22 points
2 posts
-
-1
votes1
answer37
viewsA: PHP does not identify html
I’m not sure which version of php you’re using, but they’re not actual errors. They’re Notices that are roughly PHP ways to warn that something is not right. You can remove the error alerts by…
-
0
votes1
answer171
viewsA: How to dynamically change the color of the bars on the chart in Chart.js
You’re using JS vanilla + Charjs, right? I saw that you pass the data data parameter, I believe you can also pass a custom color array and assign to the backgroundColor. I think it will work…