Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
D3 | 106,766 | 23,721 | 6,145 | 5 days ago | 272 | June 03, 2023 | 12 | isc | Shell | |
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: | ||||||||||
Echarts | 57,283 | 6,554 | 6,322 | a day ago | 119 | July 18, 2023 | 2,353 | apache-2.0 | TypeScript | |
Apache ECharts is a powerful, interactive charting and data visualization library for browser | ||||||||||
Superset | 55,465 | 21 | 12 hours ago | 6 | April 18, 2023 | 1,661 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Metabase | 35,047 | 11 hours ago | 1 | June 08, 2022 | 3,479 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Bokeh | 18,374 | 2,936 | 845 | 21 hours ago | 187 | December 01, 2023 | 767 | bsd-3-clause | Python | |
Interactive Data Visualization in the browser, from Python | ||||||||||
Visx | 18,041 | 104 | 7 days ago | 34 | November 13, 2023 | 141 | mit | TypeScript | ||
🐯 visx | visualization components | ||||||||||
Plotly.js | 16,169 | 718 | 276 | 17 hours ago | 246 | November 08, 2023 | 1,526 | mit | JavaScript | |
Open-source JavaScript charting library behind Plotly and Dash | ||||||||||
Apexcharts.js | 13,453 | 377 | 564 | 19 hours ago | 207 | December 05, 2023 | 306 | mit | JavaScript | |
📊 Interactive JavaScript Charts built on SVG | ||||||||||
Seaborn | 11,430 | 6,393 | 4,946 | 2 days ago | 35 | September 29, 2023 | 130 | bsd-3-clause | Python | |
Statistical data visualization in Python | ||||||||||
Deck.gl | 11,374 | 280 | 200 | 14 hours ago | 623 | November 21, 2023 | 282 | mit | TypeScript | |
WebGL2 powered visualization framework |
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. Victory works with React version 15 and above. As of [email protected]
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 for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.