https://github.com/alxnddr/waterfall-chart-example
Full source code for the tutorial
https://github.com/alxnddr/waterfall-chart-example
chart charts data-visualization react waterfall-chart
Last synced: 7 months ago
JSON representation
Full source code for the tutorial
- Host: GitHub
- URL: https://github.com/alxnddr/waterfall-chart-example
- Owner: alxnddr
- Created: 2022-08-28T21:48:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T21:48:33.000Z (over 3 years ago)
- Last Synced: 2025-04-11T00:34:11.230Z (10 months ago)
- Topics: chart, charts, data-visualization, react, waterfall-chart
- Language: TypeScript
- Homepage: https://medium.com/p/51ed1721dc77
- Size: 604 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waterfall chart
This repository demonstrates how to create a simple waterfall chart in React with visx.

## How to run
- `yarn start`
- Open [http://localhost:3000](http://localhost:3000)