Skip to content

Behnam1369/racing-bars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-racing-bars

react-racing-bars is a data visualization tool that creates bar charts over timeframes. It can be used for generating animated infographs based on 3D data structure.

Screenshot

Live Demo

Please checkout the live demo depoyed on: https://racing-bars.netlify.app/

npm package

https://www.npmjs.com/package/react-racing-bars

Implementation

install the component npm i react-racing-bars

import it into your project import RacingBars from "react-racing-bars";

use it like this:

<RacingBars data={data} time="round" title="team" value="score" barHeight={30} topN={4} topNColor="lime" lastN={3} lastNColor="red" />

Sample data can be found here .

Author

👤 Behnam Aghaali

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published