A graph component for time series data it can handle.
1.0.0
You need elm installed
$ elm-make
elm-reactor
Then open the browser to http://localhost:8000/GraphEx.elm
Want to contribute? Great!
- Make the X axis (date) day aware if the time range is more than one day)
- Make the X axis (date) month/year aware if the time range is moe than one month)
- Make the graph more customizable.
- Make it possible to show multi Graph (hard).
- Add background which connect with each tick in the scale forming rectangle between X and Y axises.
- Add time series plugins for InfluxDB, KariosDB and any others ..... etc.