From: Evert Timberg Date: Sun, 18 Oct 2015 23:57:06 +0000 (-0400) Subject: Fix 2 fails due to a bug fix for the scale label colour. X-Git-Tag: 2.0.0-beta~4^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5495a34d02cd220ed040d2a6e0288f3d11ec5670;p=thirdparty%2FChart.js.git Fix 2 fails due to a bug fix for the scale label colour. --- diff --git a/test/scale.linear.tests.js b/test/scale.linear.tests.js index d0378ed24..ac190a3c5 100644 --- a/test/scale.linear.tests.js +++ b/test/scale.linear.tests.js @@ -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]