0.0.3 • Published 4 years ago

d3-react-axis v0.0.3

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

D3 React Axis

A React Axis component for D3 users. Attempts to match the API of D3's axes. Under development.

Install

yarn add d3-react-axis

or

npm install d3-react-axis

Develop

Uses webpack as a module bundler. www contains a demo page. This package is typically linked into www with yalc, i.e.,

webpack
yalc publish
cd www
yalc add d3-react-axis
yarn develop