Browse Source

修改BUGchart显示的错误

zhangjiaxin 8 months ago
parent
commit
285ecac96a

+ 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;