Bar Chart outlining the frequency of letters in a given language
- Created basic D3 bar chart
- Added color based on height of rect object using Chroma.js and D3 linearscale.
- Added simple transition to y value
- Added 2nd dataset (Spanish)
- Added transitions to axes and svg rects for 2nd dataset
Would like to add:
- Chart Title and axis labels
- Tooltips
- Other datasets (French, German)
This repo is based on an example provided by Mike Bostock somewhere on the internet