Skip to content

Commit

Permalink
Merge pull request apache#14010 from apache/fix/tooltip_5_0_1
Browse files Browse the repository at this point in the history
fix: add back the default tooltip textStyle settings.
  • Loading branch information
100pah authored Jan 12, 2021
2 parents d0eeb33 + 6703594 commit 6ca59ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/component/tooltip/TooltipModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ class TooltipModel extends ComponentModel<TooltipOption> {
// otherwise it will always override those styles on option.axisPointer.
},
textStyle: {
color: '#666',
fontSize: 14
}
};
}
Expand Down

0 comments on commit 6ca59ca

Please sign in to comment.