mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(plugin-chart-echarts): tooltip of big number truncated at then bottom (#20029)
This commit is contained in:
@@ -218,6 +218,7 @@ export default function transformProps(
|
||||
bottom: 0,
|
||||
},
|
||||
tooltip: {
|
||||
appendToBody: true,
|
||||
show: true,
|
||||
trigger: 'axis',
|
||||
confine: true,
|
||||
|
||||
Reference in New Issue
Block a user