terezka / elm-charts

Create SVG charts in Elm.
https://www.elm-charts.org
BSD 3-Clause "New" or "Revised" License
711 stars 67 forks source link

Axes stopping before last tick #77

Closed martinos closed 3 years ago

martinos commented 6 years ago

It seems that axes are drawn up to the last value. I think it should be drawn until the last tick instead. It's the same thing for the grid.

image

Here is an Ellie link:

https://ellie-app.com/jYZgjfykTa1/0

I this case it's not that bad but in some other cases it makes the plot feel a bit buggy.

image