Karsa 3 年之前
父节点
当前提交
e03991e690
共有 3 个文件被更改,包括 21 次插入32 次删除
  1. 1 1
      src/request/request.ts
  2. 20 20
      src/utils/highcahrts-zh_CN.ts
  3. 0 11
      src/views/chartShow/index.vue

+ 1 - 1
src/request/request.ts

@@ -13,7 +13,7 @@ const baseURL = import.meta.env.VITE_BASEURL;
 
 const request: AxiosInstance = axios.create({
   baseURL,
-  timeout:10000
+  timeout:0
 });
 
 // 请求拦截器

+ 20 - 20
src/utils/highcahrts-zh_CN.ts

@@ -213,26 +213,26 @@ export default (H:any) => {
       ],
     },
 
-    // plotOptions: {
-    //   series: {
-    //     dataGrouping: {
-    //       dateTimeLabelFormats: {
-    //         /* millisecond: [
-    //           '%Y-%m-%d %H:%M:%S.%L',
-    //           '%Y-%m-%d %H:%M:%S.%L',
-    //           ' ~ %H:%M:%S.%L',
-    //         ],
-    //         second: ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S', ' ~ %H:%M:%S'],
-    //         minute: ['%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M', ' ~ %H:%M'],
-    //         hour: ['%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M', ' ~ %H:%M'], */
-    //         day: ['%Y/%m/%d', '%Y/%m/%d', ' ~ %Y/%m/%d'],
-    //         week: ['%Y/%m/%d', '%Y/%m/%d', ' ~ %Y/%m/%d'],
-    //         month: ['%Y/%m', '%Y/%m', ' ~ %Y/%m'],
-    //         year: ['%Y', '%Y', ' ~ %Y'],
-    //       },
-    //     },
-    //   },
-    // },
+    plotOptions: {
+      series: {
+        dataGrouping: {
+          dateTimeLabelFormats: {
+            /* millisecond: [
+              '%Y-%m-%d %H:%M:%S.%L',
+              '%Y-%m-%d %H:%M:%S.%L',
+              ' ~ %H:%M:%S.%L',
+            ],
+            second: ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S', ' ~ %H:%M:%S'],
+            minute: ['%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M', ' ~ %H:%M'],
+            hour: ['%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M', ' ~ %H:%M'], */
+            day: ['%Y/%m/%d', '%Y/%m/%d', ' ~ %Y/%m/%d'],
+            week: ['%Y/%m/%d', '%Y/%m/%d', ' ~ %Y/%m/%d'],
+            month: ['%Y/%m', '%Y/%m', ' ~ %Y/%m'],
+            year: ['%Y', '%Y', ' ~ %Y'],
+          },
+        },
+      },
+    },
   };
 
   H.setOptions(defaultOptionsZhCn);

+ 0 - 11
src/views/chartShow/index.vue

@@ -39,7 +39,6 @@ import { IDataProps, ILunarItem, IParams, ISeasonDataItemProps } from '@/types';
 import Highcharts from 'highcharts';
 import { defaultOpts, seasonOptions } from '@/utils/chartOptions';
 import moment from 'moment';
-import { getTerminal } from '@/utils/utils';
 
 export default defineComponent({
   components: {
@@ -109,11 +108,9 @@ export default defineComponent({
         dealSourceHandle();
         setOptions();
         type === 'refresh' && ElMessage.success('刷新成功');
-        if(type === 'reload') needReload.value = false;
       }catch (e) {
         loading.value = false;
         haveData.value = false;
-        needReload.value = false;
       }
 
     };
@@ -265,14 +262,6 @@ export default defineComponent({
         seasonData = [],
         chart = {
           spacing: [5, 8, 2, 8],
-          events: {
-            render: function(ctx: any) {
-              console.log(ctx)
-              if( needReload.value/*  && getTerminal() === 'ios' */) {
-                getChartInfo('reload');
-              }
-            }
-          }
         };
 
       /* 公历数据处理 处理数据列 y轴 */