From: Jack Valentine Date: Wed, 8 Jun 2016 14:01:41 +0000 (+0900) Subject: core tooltip test case fixe X-Git-Tag: v2.1.5~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6e5b5e79a38d55d96f41b22225558851d11a0d3;p=thirdparty%2FChart.js.git core tooltip test case fixe titleColor options is not available titleColor change to titleFontColor --- diff --git a/test/core.tooltip.tests.js b/test/core.tooltip.tests.js index 39039fd65..6840d1463 100755 --- a/test/core.tooltip.tests.js +++ b/test/core.tooltip.tests.js @@ -71,7 +71,7 @@ describe('tooltip tests', function() { bodySpacing: 2, // Title - titleColor: '#fff', + titleFontColor: '#fff', _titleFontFamily: globalDefaults.defaultFontFamily, _titleFontStyle: 'bold', titleFontSize: globalDefaults.defaultFontSize,