/clcharts-d3-bar-chart

An interactive and responsive bar chart in the House of Commons Library style.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

clcharts-d3-bar-chart

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.

Installation

Clone this repository and install the node modules from package.json.

npm install

Development

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