Update to use Roboto font.

This commit is contained in:
James Cole
2015-03-20 13:34:59 +01:00
parent 09ae6c488b
commit 461cbcbc28
9 changed files with 162 additions and 134 deletions

View File

@@ -16,7 +16,7 @@ var defaultLineChartOptions = {
hAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
baselineColor: '#aaaaaa',
@@ -27,7 +27,7 @@ var defaultLineChartOptions = {
vAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
baselineColor: '#aaaaaa',
@@ -43,7 +43,7 @@ var defaultBarChartOptions = {
hAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
baselineColor: '#aaaaaa',
@@ -54,7 +54,7 @@ var defaultBarChartOptions = {
vAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '11'
},
textPosition: 'in',
@@ -110,7 +110,7 @@ var defaultColumnChartOptions = {
hAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
gridlines: {
@@ -123,7 +123,7 @@ var defaultColumnChartOptions = {
vAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
baselineColor: '#aaaaaa',
@@ -150,7 +150,7 @@ var defaultStackedColumnChartOptions = {
hAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
gridlines: {
@@ -160,7 +160,7 @@ var defaultStackedColumnChartOptions = {
vAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto2',
fontName: 'Roboto',
fontSize: '12'
},
format: '\u20AC #'