Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terezka/elm-charts-alpha
Create charts in Elm.
https://github.com/terezka/elm-charts-alpha
charts elm
Last synced: 2 months ago
JSON representation
Create charts in Elm.
- Host: GitHub
- URL: https://github.com/terezka/elm-charts-alpha
- Owner: terezka
- License: bsd-3-clause
- Created: 2018-06-02T17:44:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T20:32:27.000Z (over 3 years ago)
- Last Synced: 2024-09-29T08:05:18.484Z (3 months ago)
- Topics: charts, elm
- Language: HTML
- Size: 2.25 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charts
# WARNING! THIS IS AN ALPHA VERSION
*IT HAS MISSING, MISLEADING AND PLAIN WRONG DOCUMENTATION.*
*IT HAS BUGS AND AWKWARDNESS.*
**USE AT OWN RISK.**A library for plotting lines charts in SVG. Written in all Elm.
## Documentation
Find the documentation on [Elm's package website](http://package.elm-lang.org/packages/terezka/elm-charts-alpha/latest).
## Development
### Setup
```shell
$ elm package install
$ elm reactor
```and open [examples](https://localhost:8000/examples).
### Tests
Tests are written with [elm-test](https://github.com/elm-community/elm-test).
For further information on elm-test check the documentation.
All required dependencies are downloaded and installed when initially running the command.```shell
$ elm test
```### Compile the Docs
```shell
$ elm live docs/src/Main.elm --output=docs/assets/main.js
```