@thekenwheeler/victory-pie
v3.0.1-alpha
Published
D3 pie & donut chart component for React
Downloads
4
Readme
VictoryPie
VictoryPie
draws an SVG pie or donut chart with React. Styles and data can be customized by passing in your own values as properties to the component. Data changes are animated with victory-animation.
API Documentation
Detailed documentation and interactive examples can be found at http://victory.formidable.com/docs/victory-pie.
Development
# Run the demo app server
$ npm start
# Open the demo app
$ open http://localhost:3000
# Run tests
$ npm test
For more on the development environment, see DEVELOPMENT in the project builder archetype.
React Native
$ git submodule update --init
$ npm install
$ npm run native
Then open demo/native/ios/App.xcodeproj
and run the app.
Contributing
Please see CONTRIBUTING in the project builder archetype.
IMPORTANT
This project is in a pre-release state. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!