Export Code

Fork of The map of soldier data visualization in war - Napoleon's Russian campaign

Nita

Last edited Jun 17, 2025
Created on Jun 17, 2025

Napoleon's Russian Campaign Visualization

This project recreates Charles Minard's famous 1869 flow map that depicts Napoleon's disastrous Russian campaign of 1812. The visualization shows both the diminishing size of Napoleon's army (the width of the path) and the dropping temperatures during the retreat (in the lower graph).

Minard's original visualization is considered a masterpiece of statistical graphics, combining six different data variables in a single two-dimensional image:

  1. The size of the army (represented by the width of the path)
  2. The location of the army (latitude and longitude)
  3. Direction of movement (advancing or retreating)
  4. Temperature during the retreat
  5. River crossings along the march
  6. Key dates and locations

This implementation uses D3.js to recreate this visualization in an interactive format.

MIT Licensed