Oops, I'm using ChartJS for graphing, I'm integrating with PHP to send json to the chart
php
$arrLabels = array("January","February","March");
$arrDatasets = array('label' => "My First dataset",'fillColor' => "rgba(220,220,220,0.2)"...
asked by
31.05.2017 / 14:10