line-charts
line-charts copied to clipboard
Convert example to use elm 0.19
At the moment the examples are not working with elm 0.19.0
Currently, the examples are only working for elm 0.19.1 after changing elm.json (https://github.com/terezka/line-charts/blob/9d07b1e213f3d971537e57a6e28f3d2bdec30042/examples/elm.json#L7) to "elm-version": "0.19.1"
@terezka