Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 631 Bytes

File metadata and controls

24 lines (14 loc) · 631 Bytes

@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