Update tests for new config options

This commit is contained in:
Evert Timberg
2015-09-20 19:06:34 -04:00
parent 2667807c1d
commit 9fecb37e30
3 changed files with 32 additions and 0 deletions

View File

@@ -222,6 +222,14 @@ describe('Core helper tests', function() {
zeroLineWidth: 1,
zeroLineColor: "rgba(0,0,0,0.25)",
},
scaleLabel: {
fontColor: '#666',
fontFamily: 'Helvetica Neue',
fontSize: 12,
fontStyle: 'normal',
labelString: '',
show: false,
},
reverse: false,
beginAtZero: false,
override: null,
@@ -248,6 +256,14 @@ describe('Core helper tests', function() {
zeroLineWidth: 1,
zeroLineColor: "rgba(0,0,0,0.25)",
},
scaleLabel: {
fontColor: '#666',
fontFamily: 'Helvetica Neue',
fontSize: 12,
fontStyle: 'normal',
labelString: '',
show: false,
},
reverse: false,
beginAtZero: false,
override: null,

View File

@@ -20,6 +20,14 @@ describe('Linear Scale', function() {
zeroLineWidth: 1,
zeroLineColor: "rgba(0,0,0,0.25)",
},
scaleLabel: {
fontColor: '#666',
fontFamily: 'Helvetica Neue',
fontSize: 12,
fontStyle: 'normal',
labelString: '',
show: false,
},
reverse: false,
beginAtZero: false,
override: null,

View File

@@ -20,6 +20,14 @@ describe('Logarithmic Scale tests', function() {
zeroLineWidth: 1,
zeroLineColor: "rgba(0,0,0,0.25)",
},
scaleLabel: {
fontColor: '#666',
fontFamily: 'Helvetica Neue',
fontSize: 12,
fontStyle: 'normal',
labelString: '',
show: false,
},
reverse: false,
override: null,
labels: {