feat:添加type类型 为 23 24的 bar

This commit is contained in:
zhangyu
2022-01-19 17:42:41 +08:00
parent 759cbe3ce6
commit c2f0af81bb
8 changed files with 308 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ export default {
this.recursionParamsConvert(chart)
return chart
})
// allCharts = allCharts.filter(chart => chart.type === 24)
this.chartList = allCharts
setTimeout(() => {
this.$emit('chartLoaded', allCharts)