core tooltip test case fixe

titleColor options is not available
titleColor change to titleFontColor
This commit is contained in:
Jack Valentine 2016-06-08 23:01:41 +09:00
parent 5687aa479f
commit d6e5b5e79a

View File

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