terezka/elm-charts

`yTick` takes a vestigal argument

jhbrown-veradept opened this issue · 0 comments

xTick and yTick have different signatures, with yTick taking an extra Float:

xTick : List (Attribute Tick) -> Element data msg
yTick : List (Attribute Tick) -> Float -> Element data msg

From a quick scan of the source code, it looks like the Float argument is not used in yTick.