Browse Source

Merge branch 'eta1.6.8' into debug

Karsa 1 năm trước cách đây
mục cha
commit
13cde97bf3
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

@@ -1589,7 +1589,7 @@ const setCrossVarietyChart = () => {
           enabled: _.ShowTips===1,
           allowOverlap: true,
           align: 'left',
-          format: tagMap[_.DateType] || `-${_.DaysAgo}T`,
+          format: tagMap[_.DateType] || `-${_.DaysAgo}D`,
         }
       })
     })