fix: 去除转义 replace 方法

This commit is contained in:
@changcode
2021-06-25 17:38:34 +08:00
parent 0238eb9d46
commit eeaa3612af
4 changed files with 6 additions and 6 deletions

View File

@@ -275,7 +275,7 @@ export default {
}
})
this.$nextTick(() => {
console.log(this.legend, this.chartDatas)
// console.log(this.legend, this.chartDatas)
this.$refs.messageChart.setRandomColors(this.chartDatas.length)
this.$refs.messageChart.setLegend(this.legend)
this.$refs.messageChart.setSeries(this.chartDatas)