CN-1717 fix: location map 饼图 tooltip 位置改为靠右

This commit is contained in:
chenjinsong
2024-11-05 14:35:25 +08:00
parent e05eae5def
commit 1923426c2f

View File

@@ -1,7 +1,8 @@
export const pieOption = {
tooltip: {
trigger: 'item',
appendToBody: true// 解决提示框被遮挡的问题
position: 'right',
appendToBody: true // 解决提示框被遮挡的问题
},
legend: {
show: false,