Skip to content

FabDevGit/barchartrace

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
js
 
 
 
 
 
 
 
 

barchartrace

Online bar chart race generator : 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