You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was this a design decision to round when the values are the same? I see we are using a rounded "max2" at pkg/mod/github.com/guptarohit/[email protected]/asciigraph.go:82
The text was updated successfully, but these errors were encountered:
If I have data points that are the same value, e.g. with:
Then I get a rounded y axis value of 50.00, rather than 49.51:
But if I have one value different, I get the graph that I expect (with
coverageGraphPoints := []float64{49.51, 49.51, 49.52}
:I do not want this rounding, and I instead want something like this:
Was this a design decision to round when the values are the same? I see we are using a rounded "max2" at pkg/mod/github.com/guptarohit/[email protected]/asciigraph.go:82
The text was updated successfully, but these errors were encountered: