|
@@ -62,8 +62,12 @@ export default {
|
|
|
},
|
|
|
textStyle: {
|
|
|
fontSize: 12,
|
|
|
+ color: "#fff",
|
|
|
},
|
|
|
- formatter: "{c} <br/>{b}",
|
|
|
+ confine: true,
|
|
|
+ extraCssText: "z-index: 1000;",
|
|
|
+ backgroundColor: "#02809a",
|
|
|
+ borderColor: "rgba(0,213,255, .6)",
|
|
|
},
|
|
|
legend: {
|
|
|
show: true,
|
|
@@ -147,6 +151,13 @@ export default {
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: false,
|
|
|
+ confine: true,
|
|
|
+ extraCssText: "z-index: 1000;",
|
|
|
+ backgroundColor: "#02809a",
|
|
|
+ borderColor: "rgba(0,213,255, .6)",
|
|
|
+ textStyle: {
|
|
|
+ color: "#fff",
|
|
|
+ },
|
|
|
},
|
|
|
data: this.data.map((item) => ({
|
|
|
...item,
|
|
@@ -171,6 +182,13 @@ export default {
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: false,
|
|
|
+ confine: true,
|
|
|
+ extraCssText: "z-index: 1000;",
|
|
|
+ backgroundColor: "#02809a",
|
|
|
+ borderColor: "rgba(0,213,255, .6)",
|
|
|
+ textStyle: {
|
|
|
+ color: "#fff",
|
|
|
+ },
|
|
|
},
|
|
|
data: this.data.map((item) => ({
|
|
|
...item,
|
|
@@ -196,6 +214,13 @@ export default {
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: false,
|
|
|
+ confine: true,
|
|
|
+ extraCssText: "z-index: 1000;",
|
|
|
+ backgroundColor: "#02809a",
|
|
|
+ borderColor: "rgba(0,213,255, .6)",
|
|
|
+ textStyle: {
|
|
|
+ color: "#fff",
|
|
|
+ },
|
|
|
},
|
|
|
data: this.data.map((item) => ({
|
|
|
...item,
|