Skip to content

nicolobruno/generic-graphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Component generic Graphic to using react-chartjs-2

The component receives the props type for the type of graphic, data that has the graphic information, width and height. The options key includes other customizable stuff like tooltips, labels, axes, and more. information, width and height. The options key includes other customizable stuff like tooltips, labels, axes, and more.

Props

Property Type Required? Description
type String Specifies the graphic type
data object Specifies the data
width Number Specifies the width
heigth Number Specifies the type

Demo & Examples

To build the examples locally, run:

npm install
npm start

all text

Then open localhost:8000 in a browser.

About

Generic component for mont any graphic type using react-chartjs-2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published