mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-29 14:42:59 +00:00
Some layout and file updates.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user