Преглед изворни кода

修改BUGchart显示的错误

zhangjiaxin пре 8 месеци
родитељ
комит
285ecac96a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      OTSIncAReportApp/1-UI/Control_ECharts/EChart_ParticlesComposition.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_ECharts/EChart_ParticlesComposition.cs

@@ -508,7 +508,7 @@ namespace OTSIncAReportApp.Control_ECharts
                         series.Points.Add(new SeriesPoint(name, Cunt));
                     }
                     series.LabelsVisibility = DefaultBoolean.True;
-                    series.Label.TextPattern = "{A}";
+                    series.Label.TextPattern = "{V}";
                     chartControl1.Series.Add(series);
                 }
                 chartControl1.Legend.Visibility = DefaultBoolean.False;