Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chart js small bars too thin

var options = {
    scales: {
        xAxes: [{
            barPercentage: 0.9
        }]
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #chart #js #small #bars #thin
ADD COMMENT
Topic
Name
3+2 =