Skip to content

Commit

Permalink
fix(plugin-chart-echarts): tooltip of big number truncated at then bo…
Browse files Browse the repository at this point in the history
…ttom (#20029)
  • Loading branch information
stephenLYZ authored May 13, 2022
1 parent e625c03 commit 35e6e27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export default function transformProps(
bottom: 0,
},
tooltip: {
appendToBody: true,
show: true,
trigger: 'axis',
confine: true,
Expand Down

0 comments on commit 35e6e27

Please sign in to comment.