Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chart js y axis integer

options: {  
    scales: {
        yAxes: [{
            ticks: {
                precision: 0
            }
        }]
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #chart #js #axis #integer
ADD COMMENT
Topic
Name
4+5 =