wujingjing
2024-08-26 a2595cdfc4a8ee55220585119bcb39fdd29da6b1
src/components/chat/chatComponents/hooks/useDrawChatChart.ts
@@ -19,7 +19,6 @@
   onMounted(() => {
      setTimeout(() => {
         const parent = chartRef.value.parentElement;
         const parentBound = parent.getBoundingClientRect();
         chartInstance.value = echarts.init(chartRef.value, undefined, {
            width: parentBound.width,