Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.19 KB

License: GPL-3.0 Last release

D3 V7 React Visualizations

A set of plots developed with version 7 of D3.JS and integrated with ReactJS version 18.

Plots included

This pack of plots includes:

  • Bidirectional bar chart
  • Grouped bar chart
  • Parallel coordinates plot
  • Scatterplot

Functionality

Interaction allowed:

  • Hovering
  • Selecting

Previews

Bidirectional bar chart Grouped bar chart Parallel coordinates plot Scatterplot

Run the application

git clone https://github.com/CarolinaMPereira/D3-V7-React-Visualizations.git
cd D3-V7-React-Visualizations
npm i
npm run start

Open http://localhost:3000/ in your web browser.