Skip to content

Commit

Permalink
tooltip: appendToBody to render tooltip in overflow hidden context
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigg committed Sep 7, 2023
1 parent 881308a commit ceceff6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function TimeSeriesChart({
() => ({
show: tooltip,
trigger: 'axis',
appendToBody: true,
padding: [theme.spacingValue * 0.5, theme.spacingValue],
textStyle: {
...theme.typography.caption,
Expand Down

0 comments on commit ceceff6

Please sign in to comment.