Some layout and file updates.

This commit is contained in:
James Cole
2015-06-23 19:07:37 +02:00
parent 6b5c4fd3f4
commit a7555bcce3
12 changed files with 204 additions and 201 deletions

View File

@@ -24,7 +24,6 @@ var defaultLineChartOptions = {
color: 'transparent'
}
},
fontName: 'Roboto',
fontSize: 11,
vAxis: {
textStyle: {
@@ -61,7 +60,6 @@ var defaultAreaChartOptions = {
color: 'transparent'
}
},
fontName: 'Roboto',
fontSize: 11,
vAxis: {
textStyle: {
@@ -85,7 +83,6 @@ var defaultBarChartOptions = {
format: '\u20AC #'
},
fontName: 'Roboto',
fontSize: 11,
colors: ["#357ca5", "#008d4c", "#db8b0b", "#ca195a", "#555299", "#4285f4", "#db4437", "#f4b400", "#0f9d58", "#ab47bc", "#00acc1", "#ff7043", "#9e9d24", "#5c6bc0", "#f06292", "#00796b", "#c2185b"],
vAxis: {
@@ -123,7 +120,6 @@ var defaultComboChartOptions = {
minValue: 0,
format: '\u20AC #'
},
fontName: 'Roboto',
colors: ["#357ca5", "#008d4c", "#db8b0b", "#ca195a", "#555299", "#4285f4", "#db4437", "#f4b400", "#0f9d58", "#ab47bc", "#00acc1", "#ff7043", "#9e9d24", "#5c6bc0", "#f06292", "#00796b", "#c2185b"],
fontSize: 11,
legend: {
@@ -145,7 +141,6 @@ var defaultColumnChartOptions = {
width: '85%',
height: '80%'
},
fontName: 'Roboto',
fontSize: 11,
hAxis: {
textStyle: {
@@ -181,7 +176,6 @@ var defaultStackedColumnChartOptions = {
legend: {
position: 'none'
},
fontName: 'Roboto',
fontSize: 11,
isStacked: true,
colors: ["#357ca5", "#008d4c", "#db8b0b", "#ca195a", "#555299", "#4285f4", "#db4437", "#f4b400", "#0f9d58", "#ab47bc", "#00acc1", "#ff7043", "#9e9d24", "#5c6bc0", "#f06292", "#00796b", "#c2185b"],
@@ -208,7 +202,6 @@ var defaultPieChartOptions = {
width: '100%',
height: '100%'
},
fontName: 'Roboto',
fontSize: 11,
height: 200,
legend: {