fix(BuildCalc) Optimized pixels in charts

This commit is contained in:
2022-04-30 01:11:34 -04:00
parent b1b2c88ae7
commit 37b7ec0ba9
5 changed files with 25 additions and 14 deletions
+1
View File
@@ -11,6 +11,7 @@ public class PointModel
var display = Interval / highestInterval * displayScale;
return ((int)display).ToString();
}
public string GetValue(float highestValue, float displayScale)
{