|
|
|
|
@ -344,7 +344,6 @@
|
|
|
|
|
$('.skillbar').skillbar({
|
|
|
|
|
speed: 1000,
|
|
|
|
|
});
|
|
|
|
|
console.log("result", result)
|
|
|
|
|
initChart()
|
|
|
|
|
},
|
|
|
|
|
complete: function(xhr, textStatus) {
|
|
|
|
|
@ -518,7 +517,6 @@
|
|
|
|
|
// 添加X轴名称到提示框内容
|
|
|
|
|
tooltipContent += `<p>${xAxisName}</p>`
|
|
|
|
|
params.forEach((param) => {
|
|
|
|
|
console.log("param",param)
|
|
|
|
|
tooltipContent += `<p><span style="boder-radius:10px;display:inline-block;background-color: ${param.color}; width: 10px; height: 10px; margin-right: 5px;"></span>${param.seriesName}: ${param.value}</p>`;
|
|
|
|
|
});
|
|
|
|
|
return tooltipContent;
|
|
|
|
|
|