mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
Better position for titles.
This commit is contained in:
parent
7374f0f9dd
commit
96f2e598f4
@ -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%'
|
||||||
|
Loading…
Reference in New Issue
Block a user