Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Latest commit

 

History

History

sort

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sort

A bar chart visualising the frequency of letters in the English language with sorting capabilities based on a bl.ock by @mbostock (GPL-3.0).

Data

Comma-separated values (CSV) with 26 rows and two columns:

  • letter — Each letter in the alphabet
  • frequency — Number describing how frequent the corresponding letter occurs in the English language

Features

  • d3-tip — Tooltips!
  • d3-arrayd3.max and d3.ascending — Array statistics and searching
  • d3-axisd3.axisBottom and d3.axisLeft — Reference marks for scales
  • d3-requestd3.csv — Loading files
  • d3-scaled3.scaleBand and d3.scaleLinear — Position encodings
  • d3-selectiond3.select — Select elements
  • d3-timerd3.timeout — Efficient animation queueing

License

GPL-3.0 © Titus Wormer