Explorar el Código

Merge branch 'bug5267fc'

ldong hace 1 mes
padre
commit
78195a1149
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/chart.vue

+ 1 - 1
src/components/chart.vue

@@ -41,7 +41,7 @@ export default defineComponent({
 
       let themeOptions = setThemeOptions();
 
-      const new_options: any = { ...defaultOpts,...themeOptions, ...props.options };
+      const new_options: any = { ...defaultOpts,...themeOptions, ...props.options,time:{ useUTC:props.chartInfo?.ChartType==2?true:false } };
       console.log(new_options);
 
       //stock不支持线形图只支持时间图 画散点图用原始chart