src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -32,6 +32,7 @@ import { computed, onMounted, ref } from 'vue'; import { ChartTypeEnum, chartTypeMapEchart, chartTypeMapName } from '../types'; import { axisLabelFormatter } from '/@/utils/chart'; import { timeDataOptionToContent } from '../common'; const props = defineProps(['data']); @@ -69,7 +70,6 @@ refList = [chartRef.value as unknown as HTMLDivElement]; } } return refList; }); @@ -185,6 +185,7 @@ }, dataView: { readOnly: true, optionToContent: timeDataOptionToContent, }, saveAsImage: {}, },