All Projects → FormidableLabs → Victory

FormidableLabs / Victory

Licence: other
A collection of composable React components for building interactive data visualizations

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Victory

Keen Dataviz.js
Data Visualization Charting Library
Stars: ✭ 215 (-97.68%)
Mutual labels:  data-visualization, charts, d3
Victory Native
victory components for react native
Stars: ✭ 2,013 (-78.23%)
Mutual labels:  data-visualization, charts, d3
Victory Chart
Chart Component for Victory
Stars: ✭ 286 (-96.91%)
Mutual labels:  data-visualization, charts, d3
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+54.28%)
Mutual labels:  data-visualization, charts, d3
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (-99.18%)
Mutual labels:  data-visualization, charts, d3
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-97.68%)
Mutual labels:  data-visualization, charts, d3
Victory Pie
D3 pie & donut chart component for React
Stars: ✭ 61 (-99.34%)
Mutual labels:  data-visualization, charts, d3
F2
📱📈An elegant, interactive and flexible charting library for mobile.
Stars: ✭ 7,619 (-17.61%)
Mutual labels:  data-visualization, charts
Resonance
◾️Resonance | 5kb React animation library
Stars: ✭ 1,011 (-89.07%)
Mutual labels:  charts, d3
Dashblocks
Enable Analytics in your Apps
Stars: ✭ 48 (-99.48%)
Mutual labels:  charts, d3
React Fusioncharts Component
ReactJS component for FusionCharts JavaScript Charting library.
Stars: ✭ 73 (-99.21%)
Mutual labels:  data-visualization, charts
React Conf Data Viz
React Conf 2017: Cross-Platform Data Visualization in React & React Native
Stars: ✭ 13 (-99.86%)
Mutual labels:  data-visualization, charts
Reasonbizcharts
ReasonML binding for BizCharts https://bizcharts.net/products/bizCharts/demo
Stars: ✭ 23 (-99.75%)
Mutual labels:  data-visualization, charts
Tracegraph
A JavaScript library for plotting graphs of traceroute or similar data
Stars: ✭ 44 (-99.52%)
Mutual labels:  data-visualization, d3
Semiotic Docs
Docs for using Semiotic
Stars: ✭ 22 (-99.76%)
Mutual labels:  data-visualization, d3
Gr.rb
Ruby wrapper for the GR framework
Stars: ✭ 60 (-99.35%)
Mutual labels:  data-visualization, charts
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (-90.19%)
Mutual labels:  data-visualization, charts
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (-88.26%)
Mutual labels:  data-visualization, charts
Livechart
Android library to draw beautiful and rich line charts.
Stars: ✭ 78 (-99.16%)
Mutual labels:  data-visualization, charts
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-99.31%)
Mutual labels:  data-visualization, d3
victory

an ecosystem of composable React components for building interactive data visualizations.

weekly downloads current version build status Gzip size Maintenance Status

Victory

Contents

Getting started

  1. Add Victory to your project:
# npm
$ npm i --save victory
# or yarn
$ yarn add victory
  1. Add your first Victory component:
import React from "react";
import { render } from "react-dom";
import { VictoryPie } from "victory";

const PieChart = () => {
  return <VictoryPie />;
};

render(<PieChart />, document.getElementById("app"));
  1. VictoryPie component will be rendered, and you should see:

pie


Requirements

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

Victory Native shares most of its code with Victory, and has a nearly identical API! To learn more, check out the Victory Native package REAMDE.

Contributing

Maintenance Status

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].