# barchartrace **Repository Path**: mirrors_FabDevGit/barchartrace ## Basic Information - **Project Name**: barchartrace - **Description**: Bar chart race online editor - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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| 7 Option 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)