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