CN-1717 fix: location map 饼图 tooltip 位置改为靠右
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export const pieOption = {
|
||||
tooltip: {
|
||||
trigger: 'item',
|
||||
appendToBody: true// 解决提示框被遮挡的问题
|
||||
position: 'right',
|
||||
appendToBody: true // 解决提示框被遮挡的问题
|
||||
},
|
||||
legend: {
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user