terezka / line-charts

Archived in favor of terezka/elm-charts.
https://terezka.github.io/line-charts
BSD 3-Clause "New" or "Revised" License
456 stars 45 forks source link

do not run as described #74

Closed RobbiXYZ closed 3 years ago

RobbiXYZ commented 3 years ago

HOW TO get the examples running?

Beginner in elm: I did what is described in README:

  1. cd to examples
  2. elm package install
me@computer:~/prg/elm/linecharts/line-charts-2.0.1/examples$ ls
Area.elm        Container.elm  elm.json     Events3.elm  Interpolation.elm  Legends.elm  LotsOfData.elm  Simple.elm    Tooltip2.elm
Axis.elm        Docs           Events1.elm  Explanation  Intersection.elm   Line.elm     Selection1.elm  Size.elm      Tooltip3.elm
BrokenData.elm  Dots.elm       Events2.elm  Grid.elm     Junk.elm           Lines.elm    Selection2.elm  Tooltip1.elm

me@computer:~/prg/elm/linecharts/line-charts-2.0.1/examples$ elm package install
There is no package command.

Run `elm` with no arguments to get more hints.

RESULT: only a error message

  1. elm install terezka/line-charts
  2. elm reactor And click on "Area.elm"
    
    Your elm.json says this application needs a different version of Elm.
    It requires 0.19.0, but you are using 0.19.1 right now.