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, @@ -33,7 +32,7 @@ }); drawChart(); }, 300); }, 100); }); return {