/d3-react-axis

A React axis component that tries to match D3's axis API

Primary LanguageJavaScript

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