Victory — Formidable, We build the modern web an ecosystem of composable React components for building interactive data visualizations.

weekly downloads current version build status Maintenance Status

# `Victory` ## Contents - [Getting Started](#getting-started) - [Victory Native](#victory-native) - [API Documentation](http://commerce.nearform.com/open-source/victory/docs) - [Guides](http://commerce.nearform.com/open-source/victory/guides) - [Contributing](#contributing) * See the **docs and examples** on the website: https://commerce.nearform.com/open-source/victory * **Experiment** with all Victory components in this [code sandbox](https://codesandbox.io/s/dj4f7t) ## Getting started 1. Add Victory to your project: ```sh # npm $ npm i --save victory # or yarn $ yarn add victory ``` 2. Add your first Victory component: ```js import React from "react"; import { render } from "react-dom"; import { VictoryPie } from "victory"; const PieChart = () => { return ; }; render(, document.getElementById("app")); ``` 3. `VictoryPie` component will be rendered, and you should see:

pie


## Requirements Projects using Victory should also depend on [React][]. As of `victory@34.0.0` Victory requires React version `16.3.0` or above ## Victory Native Victory Native shares most of its code with Victory, and has a nearly identical API! To learn more, check out the [Victory Native package README](./packages/victory-native/README.md). ## Contributing Please see the [Contributing guide](CONTRIBUTING.md). ## Maintenance Status **Active:** Formidable is actively working on this project, and we expect to continue to work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. [react]: https://facebook.github.io/react/