Chartjs-Chartjs unlimited x axis labels

0👍

Fixed it by using the function i use for adding data to the chart for the label values as well. this adds label values based on the amount of data values there are.
$scope.AxirsLabels = getDataProp('values');
correct chart labels based on data values

Leave a comment