https://github.com/robmcelhinney/roman-emperors
D3.js Bar Charts of Roman Emperors' Age and length of Reign from 63 BCE to 395 CE
https://github.com/robmcelhinney/roman-emperors
d3 d3js data-visualization emperor roman rome
Last synced: about 2 months ago
JSON representation
D3.js Bar Charts of Roman Emperors' Age and length of Reign from 63 BCE to 395 CE
- Host: GitHub
- URL: https://github.com/robmcelhinney/roman-emperors
- Owner: robmcelhinney
- License: gpl-2.0
- Created: 2020-06-11T18:57:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-25T23:14:48.000Z (4 months ago)
- Last Synced: 2026-02-26T01:38:37.055Z (4 months ago)
- Topics: d3, d3js, data-visualization, emperor, roman, rome
- Language: JavaScript
- Homepage: https://robmcelhinney.com/roman-emperors/
- Size: 6.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# roman-emperors | Data visualisation for Roman Emperors using D3.js
## From Augustus to Romulus Augustulus (63 BCE to 476 CE End of Western Empire)
Viewable at [https://robmcelhinney.github.io/roman-emperors/](https://robmcelhinney.github.io/roman-emperors/)
## Install locally
$ git clone git@github.com:robmcelhinney/roman-emperors.git
$ cd roman-emperors
$ npm install
## Run python to convert csv file to json (already done)
$ cd python && py csv-json.py
## Start & watch
$ npm start
## Simple build for production
$ npm run build
## Built With
- D3.js - JavaScript library for visualizing data with HTML, SVG, and CSS
- Gatsby - Static site generator for React
## Acknowledgments
Data retrieved from [Zonination](https://github.com/zonination/emperors/) but I have made some small changes in line with Wikipedia's information & Edward Gibbon's The Decline and Fall of the Roman Empire.