How to remove zeros present in the bottom of google charts
问题 I have created the following chart: The javascript function which I have used is as follows: <script> google.load('visualization', '1', {packages: ['corechart', 'bar', 'table']}); google.setOnLoadCallback(loadcharts); var dept= 'General Ward'; function drawBasic() { //alert(dept); var abc = $.ajax({url:'kpi23.php? dept='+dept,async:false,dataType:"json",}).responseText; var data = new google.visualization.DataTable(abc); var formatter = new google.visualization.NumberFormat({ pattern: 'short'