GithubHelp home page GithubHelp logo

isabella232 / victory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from formidablelabs/victory

0.0 0.0 0.0 48.04 MB

A collection of composable React components for building interactive data visualizations

Home Page: http://formidable.com/open-source/victory/

License: Other

JavaScript 99.95% HTML 0.05%

victory's Introduction

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

Want to use Victory with React Native? Check out victory-native; Victory Native shares most of its code with Victory, and has a nearly identical API!

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.

victory's People

Contributors

angelanicholas avatar aronstrandberg avatar bmathews avatar boygirl avatar chilijung avatar chrisbolin avatar colinmegill avatar coopy avatar cpb avatar dandelany avatar david-davidson avatar derekmaffett avatar divmain avatar dmmulroy avatar ebrillhart avatar exogen avatar gastove avatar hypnosphi avatar imranolas avatar kale-stew avatar kenwheeler avatar knowbody avatar kylecesmat avatar ljones87 avatar maddles avatar ngoknows avatar paulathevalley avatar ryan-roemer avatar stefvhuynh avatar wsparsons avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.