View Graphics: https://cicero-data.github.io/2019-election-change-reports/
Calculate and display changes to legislative chambers when new officials take office following an election. Also display availability of email, webform, facebook and twitter contact information for officials in the chamber.
Swap-out and configure legislative data and geographies then automatically generate a series of infographics for each chamber following an election.
A project of Cicero Data.
Read more about the methods used in this project on the Azavea Blog, "Leveraging Node.js, D3.js, and HTML Canvas for Scalable Infographics".
This project is setup to generate reports on data of changes to legislative chambers between two dates. The file chamber-change.csv is the data used to generate reports.
Requires Node.js.
Install dependencies with:
npm install
Edit config.yml
to point to your election data.
npm run reports
Images for each chamber will be written to the change-reports
directory.
npm run html
Graphics will be written to index.html
. Publish this page using Github Pages