Better position for titles.

This commit is contained in:
James Cole 2015-03-16 19:03:52 +01:00
parent 7374f0f9dd
commit 96f2e598f4

View File

@ -55,15 +55,17 @@ var defaultBarChartOptions = {
textStyle: { textStyle: {
color: '#838383', color: '#838383',
fontName: 'Roboto2', fontName: 'Roboto2',
fontSize: '12' fontSize: '11'
}, },
textPosition: 'in',
gridlines: { gridlines: {
color: 'transparent' color: 'transparent'
}, },
baselineColor: '#aaaaaa' baselineColor: '#aaaaaa'
}, },
chartArea: { chartArea: {
left: 75, left: 15,
top: 10, top: 10,
width: '100%', width: '100%',
height: '90%' height: '90%'