1.0.1 • Published 3 years ago

bar-chart-bars-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

bar-chart-bars-react bar-chart-32

npm package

7801538E-5BA8-4429-B4E8-D083E52EADE7

See chart bars demo here!

Installation

 npm install --save bar-chart-bar-react   # using NPM
 yarn add bar-chart-bar-react            # using yarn

Example use

import React, {Component} from 'react';
import {Bar} from 'bar-chart-bar-react';

 {
        Object.keys(data).filter((key, index) => {return index <= 5}).map(key =>
         {
          return(
            <Bar 
              barKey={key}
              data={data}
            />
           )
         })
        }

Contributions

Pull requests are welcome!

1.0.1

3 years ago

1.0.0

3 years ago