gerson
2024-07-09 4a1ab5da5468e7da0dad9641ff6d252ba35a6e00
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: {},
         },