Chartjs-ChartJs works with sharepoint 2016 but not sharepoint 2013

0👍

I solved the problem, Sharepoint 2013 doesn’t accept nometadata, so I replaced it with verbose and I replaced each data.value with data.d.results.
Here is the new code:
https://codeshare.io/5zeljW

Leave a comment