|
@@ -594,7 +594,9 @@
|
|
option1 = {
|
|
option1 = {
|
|
tooltip : {
|
|
tooltip : {
|
|
trigger: 'item',
|
|
trigger: 'item',
|
|
- formatter: "{a} <br/>{b} : {c} ({d}%)"
|
|
|
|
|
|
+ formatter: "{a} <br/>{b} : {c} ({d}%)",
|
|
|
|
+ // 当前鼠标位置
|
|
|
|
+ position: 'right',
|
|
},
|
|
},
|
|
title: {
|
|
title: {
|
|
text: '金额统计图',
|
|
text: '金额统计图',
|
|
@@ -655,7 +657,7 @@
|
|
trigger: 'axis',
|
|
trigger: 'axis',
|
|
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
|
axisPointer: { // 坐标轴指示器,坐标轴触发有效
|
|
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
|
|
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
|
|
- }
|
|
|
|
|
|
+ },
|
|
},
|
|
},
|
|
|
|
|
|
dataZoom: [
|
|
dataZoom: [
|