https://github.com/ad-si/Vectual
Open source charting library written in Elm
https://github.com/ad-si/Vectual
bar-chart chart charting elm elm-lang graph line-chart pie-chart tag-cloud vectual visualization
Last synced: 4 months ago
JSON representation
Open source charting library written in Elm
- Host: GitHub
- URL: https://github.com/ad-si/Vectual
- Owner: ad-si
- License: agpl-3.0
- Created: 2011-12-06T19:36:13.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T23:34:04.000Z (9 months ago)
- Last Synced: 2025-02-22T06:16:00.139Z (4 months ago)
- Topics: bar-chart, chart, charting, elm, elm-lang, graph, line-chart, pie-chart, tag-cloud, vectual, visualization
- Language: Elm
- Homepage: https://vectual.org
- Size: 5.03 MB
- Stars: 71
- Watchers: 13
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vectual
A simple to use charting library written in Elm.
It visualizes data and helps you to understand it.
Display beautiful charts and customize them in various ways.**Attention:** \
This software is still a alpha version.
It might not work as expected and the API may change at any time.
For a live example page, check out [vectual.org](https://vectual.org).Currently it supports line charts, pie charts,
bar charts, and stacked bar charts.## Visualizations
![]()
Watch your stocks reaching new heights.
You can also hover the chart to get detailed information.
![]()
The most ubiquitous chart with an amazing fan out animation.
You can also explode certain sectors to highlight them.
![]()
The right tool to display little data clearly arranged,
but still appealing.
![]()
Also available as a stacked variant to compare several series,
while also keeping an eye on the combined values.
## Coming Soon
### Tag Cloud
Need a short overview on whats hot or not?
Then you might like the awesome tag cloud feature.
### Map
Is my video more popular in Asia or in Europe?
It's never been easier to display the answer.### Table
There is nothing more convenient than a simple table to display exact values.
Customize it to show just the relevant information.### Export
You want to integrate the pretty charts in your e-mails,
presentations or e-books?
No problem! Export them as SVG images!## Related
- [Elm Visualization] - A data visualization library for Elm.
[Elm Visualization]: https://github.com/gampleman/elm-visualization