gerson
2024-07-27 e970a262bdc8c62e157dedd6a95047682eef66ec
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,