张雄 3 years ago
parent 4d022e1f36
commit f11589ed40

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -75,6 +75,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -74,6 +74,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -86,6 +86,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -75,6 +75,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -74,6 +74,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -84,6 +84,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -86,6 +86,16 @@ export default function createOpt(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

@ -85,6 +85,16 @@ export default function createOptLight(dx = [], ds = []) {
textStyle: {
color: "#fff", //设置文字颜色
},
formatter: function(param) {
let htmlStr = `<div>${param[0].name}</div>`;
for(let i = 0; i < param.length; i++) {
htmlStr += `<div style="display: flex;justify-content: space-between;margin-top: 4px">
<span style="margin-right: 24px">${param[i].marker} ${param[i].seriesName} </span>
<span> ${param[i].value} %</span>
</div>`
}
return htmlStr
},
extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;"
},
color: colors,

Loading…
Cancel
Save