fix(BuildCalc) Optimized pixels in charts
This commit is contained in:
@@ -11,6 +11,7 @@ public class PointModel
|
||||
var display = Interval / highestInterval * displayScale;
|
||||
return ((int)display).ToString();
|
||||
}
|
||||
|
||||
|
||||
public string GetValue(float highestValue, float displayScale)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user