Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chart js x axis data bar

data: {
    datasets: [{
        barPercentage: 0.5,
        barThickness: 6,
        maxBarThickness: 8,
        minBarLength: 2,
        data: [10, 20, 30, 40, 50, 60, 70]
    }]
};
Source by www.chartjs.org #
 
PREVIOUS NEXT
Tagged: #chart #js #axis #data #bar
ADD COMMENT
Topic
Name
2+9 =