gerson
2024-07-09 4a1ab5da5468e7da0dad9641ff6d252ba35a6e00
src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue
@@ -32,6 +32,7 @@
import { ChartTypeEnum, chartTypeMapEchart, chartTypeMapName } from '../types';
import type { RecordSetValues } from '/@/api/ai/chat';
import { dateRegex } from '/@/utils/toolsValidate';
import { timeDataOptionToContent } from '../common';
const activeName = ref('first');
const chartRef = ref<HTMLDivElement>(null);
const selectChartType = ref<ChartTypeEnum>(ChartTypeEnum.Line);
@@ -120,6 +121,8 @@
            },
            dataView: {
               readOnly: true,
               optionToContent: timeDataOptionToContent,
            },
            saveAsImage: {},
         },