spwashi / react-d3

React components for visualizing data using D3. Extensible boilerplate force simulation

Repository from Github https://github.comspwashi/react-d3Repository from Github https://github.comspwashi/react-d3

@spwashi/react-d3

React components for managing the lifecycle/events of data visualizations, built on top of d3.

Overview

Check out the sample application in ./src/app; it has a configurable interface for tweaking graphs and/or force simulations live

Installation

yarn add @spwashi/react-d3
# or
npm install @spwashi/react-d3

Usage

See this example

To Do

For some reason, the current example app gets slower after a while. I suspect there's a leak when a data change triggers an update of the force layout

About

React components for visualizing data using D3. Extensible boilerplate force simulation


Languages

Language:TypeScript 98.1%Language:HTML 1.9%