Browse Source

新增AI预测模型图表来源

chenlei 1 tuần trước cách đây
mục cha
commit
418800f49f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/hooks/chart/useChartRender.ts

+ 1 - 1
src/hooks/chart/useChartRender.ts

@@ -104,7 +104,7 @@ export const useChartRender = (Data,lang='zh',) => {
   let chartOptions:any;
 
   //eta图
-  if ([1,11].includes(Data.ChartInfo.Source)) {
+  if ([1,11,14,15].includes(Data.ChartInfo.Source)) {
     setLimitData(state.dataList,Data)
     const typeMap = {
       1: setDefaultLineOptions,