javascript - Google charts: Remove space between in boxes in bars of histogram -
how remove white space in each bar ?
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
Post a Comment