]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
core tooltip test case fixe
authorJack Valentine <duerahan@gmail.com>
Wed, 8 Jun 2016 14:01:41 +0000 (23:01 +0900)
committerJack Valentine <duerahan@gmail.com>
Wed, 8 Jun 2016 14:01:41 +0000 (23:01 +0900)
titleColor options is not available
titleColor change to titleFontColor

test/core.tooltip.tests.js

index 39039fd655bb06b5ab62eaac00f028699ad1db11..6840d146344c953907d7387d236ae3b593b3f0cc 100755 (executable)
@@ -71,7 +71,7 @@ describe('tooltip tests', function() {
                        bodySpacing: 2,
 
                        // Title
-                       titleColor: '#fff',
+                       titleFontColor: '#fff',
                        _titleFontFamily: globalDefaults.defaultFontFamily,
                        _titleFontStyle: 'bold',
                        titleFontSize: globalDefaults.defaultFontSize,