Fix 2 fails due to a bug fix for the scale label colour.

This commit is contained in:
Evert Timberg 2015-10-18 19:57:06 -04:00
parent d0475b8052
commit 5495a34d02

View File

@ -841,6 +841,9 @@ describe('Linear Scale', function() {
}, {
"name": "stroke",
"args": []
}, {
"name": "setFillStyle",
"args": ["#666"]
}, {
"name": "fillText",
"args": ["myLabel", 100, 122]
@ -1393,6 +1396,9 @@ describe('Linear Scale', function() {
}, {
"name": "rotate",
"args": [-1.5707963267948966]
}, {
"name": "setFillStyle",
"args": ["#666"]
}, {
"name": "fillText",
"args": ["", 0, 0]