/d3-user-interactions

A D3 project showing a barchart that allows user interactions

Primary LanguageJavaScript

d3-user-interactions

This project contains a D3 bar chart that allows user interactions.

You can see the bar chart responding to user interaction in the following gif.

User interactions

Running the project

  • Clone the project
  • Install an HTTP server and serve the project root folder

e.g

  • npm install -g http-server
  • http-server ./

Then open your browser to interact with the chart.

e.g