titleColor options is not available

titleColor change to titleFontColor
This commit is contained in:
Jack Valentine 2016-06-08 23:15:21 +09:00
parent d6e5b5e79a
commit 99d3f423cb

View File

@ -185,7 +185,7 @@ describe('tooltip tests', function() {
bodySpacing: 2,
// Title
titleColor: '#fff',
titleFontColor: '#fff',
_titleFontFamily: globalDefaults.defaultFontFamily,
_titleFontStyle: 'bold',
titleFontSize: globalDefaults.defaultFontSize,