javascript - Google charts: Remove space between in boxes in bars of histogram -


how remove white space in each bar ?

enter image description here

var options = {       title: '     annual disbursement chart',       'titletextstyle': { color: 'black', fontsize: 10, bold: true  },       'vaxis': {'title': 'number of values' },       'haxis': {'title': 'annual disbursements',baselinecolor: 'black'},       legend: { position: 'none' },       width: 300,      }; 


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -