FormidableLabs/formidable-charts

Name: formidable-charts

Owner: Formidable

Description: Ready-made composed Victory components

Created: 2016-10-11 17:34:07.0

Updated: 2018-01-13 20:22:59.0

Pushed: 2016-12-21 13:10:44.0

Homepage: null

Size: 1079

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

formidable-charts

Ready-made composed Victory Components!


demo

Getting Started

formidable-charts is a set of composed, pre-styled Victory components that can be used to display rich, interactive charts. Our theming system not only supports style based theming, but behavioral/compositional theming as well.

  1. Add formidable-charts to your project

    install formidable-charts --save
    

    For React Native, you'll need -native and react-native-svg:

    install -native formidable-charts react-native-svg --save
    t-native link react-native-svg
    
  2. Add your first formidable-charts component:

    rt React, { Component } from 'react';
    rt { render } from 'react-dom';
    rt { LineChart } from 'formidable-charts';
    
    s MyLineChart extends Component {
    der() {
    eturn (
     <LineChart />
    ;
    
    
    
    er(<MyLineChart />, document.getElementById('app'));
    
  3. Explore the API and try out the various possible components and configurations and their themes!

Development
n the demo app server
m start

en the demo app
en http://localhost:3000

n tests
m test

For more on the development environment, see DEVELOPMENT in the project builder archetype.

Contributing

Please review our Code of Conduct before contributing.

For a detailed contribution guide, please see CONTRIBUTING in the project builder archetype.

IMPORTANT

This project is in a pre-release state. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.