Commit 05ac8097 authored by 潘栩锋's avatar 潘栩锋 🚴

解决环形图 有时候曲线超出显示范围

parent b9f34b55
...@@ -1469,6 +1469,7 @@ new PropertyChangedCallback(delegate (DependencyObject d, DependencyPropertyChan ...@@ -1469,6 +1469,7 @@ new PropertyChangedCallback(delegate (DependencyObject d, DependencyPropertyChan
void Update_Datas() void Update_Datas()
{ {
UpdateAvg(); UpdateAvg();
UpdateActualTarget();
for (int i = 0; i < BoltCnt; i++) for (int i = 0; i < BoltCnt; i++)
Update_OneData(i); Update_OneData(i);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment