|
@@ -51,7 +51,7 @@
|
|
|
let html = '<div>';
|
|
|
html += '<p>'+params[0].name+'</p>'
|
|
|
for(let i=0;i<params.length;i++){
|
|
|
- html += '<p>'+params[i].marker+' '+params[i].seriesName+' : '+parseInt(params[i].data)+'%<p>'
|
|
|
+ html += '<p>'+params[i].marker+' '+params[i].seriesName+' : '+params[i].data+'%<p>'
|
|
|
}
|
|
|
return html;
|
|
|
},
|
|
@@ -149,7 +149,7 @@
|
|
|
normal: {
|
|
|
color: '#00AEFF',//拐点颜色
|
|
|
label: {
|
|
|
- show: true, //开启显示
|
|
|
+ show: false, //开启显示
|
|
|
color: '#fff',
|
|
|
position: 'top', //在上方显示
|
|
|
formatter: function (res) {
|