/d3mo

D3 visualisation experiments.

Primary LanguageJavaScript

Choose marks and channels based on your data attribute types and tasks

Marks

  • Points
  • Lines
  • Areas

Channels

  • X & Y positions
  • Colours (Hue, Saturation & Lumin)
  • Size
  • Shape

Types

  • Quantitative: that can be measured (Eg: numbers)
  • Orinal: Ordered but not 100% numerical (Eg: alphabetical order, colour names from light to dark)
  • Categorical: Unordered and can't be measured (Eg: Country names)

Links