This is a template visualisation for an interactive and responsive bar chart in the House of Commons Library style. The chart is implemented using D3 and is built and bundled with webpack and babel.
Clone this repository and install the node modules from package.json.
npm install
The source files are in src
and the distribution files are in dist
. Note that the font bundles in dist
are not built with this project but are needed for the house fonts.
Start the development server.
npm start
When you are finished, build the final bundle.
npm run build