1.1.0 • Published 5 years ago

react-d3-circlepack v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

React + D3 Circle Pack Component

styled with prettier

Travis

A React/d3 implementation of a circle pack diagram.

Importing library

You can import the Component with either

import ReactD3CirclePack from 'react-d3-circlepack'

or

const ReactD3CirclePack = require('react-d3-circlepack')

TODO/Developer Notes

This is a bare bones implementation. The bundle is not currently optimized for performance at all. Will optimize and add tweening/styling in the next release.