A React chart component specialising in display budget for personal finance.
npm install budget-view-chart
!npm type definitions
!NPM

!npm
A react Chart component specialising in display budget for personal finance.
> This component is built based on echarts.
[![Demo Button Icon]][Demo Link]
[Demo Link]: https://ileodo.github.io/budget-view-chart/
[Demo Button Icon]: https://img.shields.io/badge/Demo-EF2D?style=for-the-badge&logoColor=white

``bash`
npm install budget-view-chart
`react
showAggregate: false,
locale: 'en-GB',
currency: 'GBP'}} value={dataset}/>
`dataset` can be find in demo/src/data/
Example
Breakdown View

Highlight on Budget Item

Highlight on Spending in a Whole Month

Highlight on Spending

Negative Spending (Income)

Aggregate View

Over Spending

Current Line

All contributions are welcomed, especially the following aspects:
- Standardise the repo
- Standardise the build/test/linting process
- Support custom styling
- Performance improvements