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
  • Loading branch information
stephenLYZ committed May 11, 2022
1 parent 99f1f9e commit ac766a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default function transformProps(
bottom: 0,
},
tooltip: {
appendToBody: true,
show: true,
trigger: 'axis',
confine: true,
Expand Down

0 comments on commit ac766a2

Please sign in to comment.