7 İşlemeler b9d391541a ... fad68d26a4

Yazar SHA1 Mesaj Tarih
  jwyu fad68d26a4 Merge branch 'fix_bug_5798_master' into debug 2 ay önce
  jwyu 33972bca83 区间分析y轴单位 2 ay önce
  jwyu e9a63e623f Merge branch 'ETA1.9.7' 2 ay önce
  jwyu c36f7198e9 Merge branch 'fix_bug_5663_custom' 2 ay önce
  Karsa 9868b07144 Merge branch 'master' of http://8.136.199.33:3000/eta_front/eta_chart_front 2 ay önce
  Karsa e8a718e9f3 Merge branch 'need_pool139' 2 ay önce
  jwyu 939cdddb53 Merge branch 'fix_bug_5460' 2 ay önce
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/hooks/chart/useChartRender.ts

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

@@ -362,8 +362,8 @@ const setDefaultLineOptions = () => {
     
 
     //y轴
-    const textZh = item.ConvertUnit||item.Unit
-    const textEn = textZh?item.ConvertEnUnit||item.UnitEn||item.ConvertUnit||item.Unit:''
+    const textZh = state.chartInfo.Source===12?item.ConvertUnit:item.ConvertUnit||item.Unit
+    const textEn = state.chartInfo.Source===12?item.ConvertEnUnit:textZh?item.ConvertEnUnit||item.UnitEn||item.ConvertUnit||item.Unit:''
     let yItem = {
       ...basicYAxis,
       labels: {