I want to generate charts with Chart.js and need to import data from an excel spreadsheet to json in order to draw the chart.
var data = {
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [
{
labe...
asked by
07.04.2016 / 15:18