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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -