Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hingew/hill-chart
A hillchart implementation in Elm
https://github.com/hingew/hill-chart
elm hill-chart
Last synced: 3 days ago
JSON representation
A hillchart implementation in Elm
- Host: GitHub
- URL: https://github.com/hingew/hill-chart
- Owner: hingew
- Created: 2024-11-18T19:47:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:49:34.000Z (2 months ago)
- Last Synced: 2024-11-18T20:49:21.935Z (2 months ago)
- Topics: elm, hill-chart
- Language: Elm
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hillchart in elm
Simple hillchart implementation in [Elm](https://elm-lang.org/) with [elm-geometry](https://package.elm-lang.org/packages/ianmackenzie/elm-geometry/4.0.0)
## Features
- Save state in the URL
- Stacking points when they get close to each other.## Development
Run the following command and open your browser at [localhost:8000](http://localhost:8000).
```
npm run dev
```## Lint
This project uses the :tada: awesome :tada: [elm-review](https://github.com/jfmengels/elm-review) with the application template.