Add scaleLabel to core.scale

This commit is contained in:
Tanner Linsley 2015-09-24 15:45:56 -06:00
parent b22f569e4d
commit 7372987754

View File

@ -20,6 +20,20 @@
offsetGridLines: false,
},
// scale label
scaleLabel: {
fontColor: '#666',
fontFamily: 'Helvetica Neue',
fontSize: 12,
fontStyle: 'normal',
// actual label
labelString: '',
// display property
show: false,
},
// label settings
ticks: {
show: true,