terezka / elm-charts

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

New label config #27

Closed terezka closed 7 years ago

terezka commented 7 years ago

After making the bar series feature and adding labels to them, I realised we needed some changes in the label config.

1) The info provided to the label should be flexible 2) The values config which was part of the label config before, does not belong to there since the values should come from the parent (e.g. the axis or bar series). By only handling the view in the label config, sharing the label component becomes much easier.