wujingjing
2024-11-18 8703f7ddda1cbdbee1cefc4c8f9a31ea97272494
src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue
@@ -18,10 +18,10 @@
</template>
<script lang="ts" setup>
import type * as echarts from 'echarts';
import _ from 'lodash';
import { ref } from 'vue';
import { SCATTER_SYMBOL_SIZE, chatComProps, getChatChartOption } from '../common';
import { useDrawChatChart } from '../hooks/useDrawChatChart';
import { defaultsDeep } from 'lodash-es';
const activeName = ref('first');
const chartRef = ref<HTMLDivElement>(null);
@@ -30,7 +30,7 @@
const drawChart = () => {
   chartInstance.value.setOption(
      _.defaultsDeep(getChatChartOption(), {
      defaultsDeep(getChatChartOption(), {
         grid: {
            bottom: '5%',
         },