Skip to content

Commit

Permalink
core tooltip test case fixe
Browse files Browse the repository at this point in the history
titleColor options is not available
titleColor change to titleFontColor
  • Loading branch information
Jack-Valentine committed Jun 8, 2016
1 parent 5687aa4 commit d6e5b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.tooltip.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('tooltip tests', function() {
bodySpacing: 2,

// Title
titleColor: '#fff',
titleFontColor: '#fff',
_titleFontFamily: globalDefaults.defaultFontFamily,
_titleFontStyle: 'bold',
titleFontSize: globalDefaults.defaultFontSize,
Expand Down

0 comments on commit d6e5b5e

Please sign in to comment.