an ecosystem of composable React components for building interactive data visualizations.
VictorySee the docs and examples on the website: https://commerce.nearform.com/open-source/victory
# npm
$ npm i --save victory
# or yarn
$ yarn add victory
import React from "react";
import { render } from "react-dom";
import { VictoryPie } from "victory";
const PieChart = () => {
return <VictoryPie />;
};
render(<PieChart />, document.getElementById("app"));
VictoryPie component will be rendered, and you should see:
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 shares most of its code with Victory, and has a nearly identical API! To learn more, check out the Victory Native package README.
Please see the Contributing guide.
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.
$ claude mcp add victory \
-- python -m otcore.mcp_server <graph>