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