Style x axis labels a bit nicer

This commit is contained in:
Julia Friesel
2018-06-25 16:36:37 +02:00
parent d31783d293
commit a205f432ed
2 changed files with 13 additions and 6 deletions
+10 -3
View File
@@ -11,9 +11,16 @@ const styles = {
},
column: {
label: {
stroke: 'grey',
fontSize: 10,
x: 0
date: {
stroke: 'grey',
fontSize: 10,
x: 2
},
number: {
stroke: 'purple',
fontSize: 13,
x: config.columnMiddle - 1
}
},
rect: {
fill: '#f9f9f9',