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