Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FabDevGit/barchartrace
Bar chart race online editor
https://github.com/FabDevGit/barchartrace
Last synced: 3 months ago
JSON representation
Bar chart race online editor
- Host: GitHub
- URL: https://github.com/FabDevGit/barchartrace
- Owner: FabDevGit
- License: mit
- Created: 2020-07-06T15:57:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T08:59:12.000Z (about 2 years ago)
- Last Synced: 2024-06-25T20:01:26.134Z (5 months ago)
- Language: HTML
- Homepage: https://fabdevgit.github.io/barchartrace/
- Size: 496 KB
- Stars: 458
- Watchers: 8
- Forks: 75
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# barchartrace
**Online bar chart race generator** :
[https://fabdevgit.github.io/barchartrace/](https://fabdevgit.github.io/barchartrace/)## Accepted csv formats
input data should be in a csv file.
Dates should be 'YYYY-MM-DD'Option 1 : one row per date (ordered) and one column per contender.
Date | Name1 | Name2
--- | --- | ---
2018-01-01 | 1 | 1
2018-02-01 | 2 | 3
2018-03-01 | 4| 7Option 2 : one row per contender and per date (row order doesn't matter)
Date | Name | Value
--- | --- | ---
2018-01-01 | Name1 | 1
2018-01-01 | Name2 | 3
2018-02-01 | Name1| 2
2018-02-01 | Name2 | 3
2018-03-01 | Name1 | 4
2018-03-01 | Name2 | 7## Screenshot
![screnshot](css/demo.png)