Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.