src/components/BarGraph.vue
@@ -39,7 +39,7 @@ xAxisData.value.push(e.len); }); data = trans(props.layerData.points); console.log(data); seriesData.value = []; data.forEach((e) => { seriesData.value.push({ @@ -56,7 +56,6 @@ }, }); }); console.log(seriesData.value); nextTick(() => { initChart();