src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/utils/chart.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
@@ -118,8 +118,8 @@ let preData = null; const originChartType = props.data.chart_type; let activeChartType: ChartTypeEnum = props.data?.chart_type ?? ChartTypeEnum.Line; const originChartType = activeChartType; const getChartTypeSeriesOption = (type: ChartTypeEnum) => { let result = {}; src/utils/chart.ts
@@ -117,7 +117,6 @@ }; export const axisLabelFormatter = (value, index) => { console.log("🚀 ~ value:", value) if (value >= 1000000) { return value / 1000000 + 'M'; }