News

From the Line Chart documentation, "The line chart requires an array of labels for each of the data points. This is show on the X axis." I would like to be able to add a large set of data points to a ...
I am writing a WordPress plugin that will be using Chart.js on an admin page. I am using jQuery to pull data from a database via AJAX and then turning this data into an array. When I JSON decode it ...