An open API service indexing awesome lists of open source software.

https://github.com/ileodo/budget-view-chart

📈 budget-view-chart is a React Chart component specialising in display budget for personal finance.
https://github.com/ileodo/budget-view-chart

budget-tracker budget-view-chart chart data-visualization escharts personal-finance react visualization

Last synced: 17 days ago
JSON representation

📈 budget-view-chart is a React Chart component specialising in display budget for personal finance.

Awesome Lists containing this project

README

          

# budget-view-chart

[![Deploy Github Page](https://github.com/ileodo/budget-view-chart/actions/workflows/static.yml/badge.svg)](https://github.com/ileodo/budget-view-chart/actions/workflows/static.yml)

![npm type definitions](https://img.shields.io/npm/types/budget-view-chart)
![NPM](https://img.shields.io/npm/l/budget-view-chart)
[![npm](https://img.shields.io/npm/v/budget-view-chart)](https://www.npmjs.com/package/budget-view-chart)
![npm](https://img.shields.io/npm/dw/budget-view-chart)

Buy Me A Coffee

A react Chart component specialising in display budget for personal finance.

> This component is built based on [echarts](https://echarts.apache.org/en/index.html).

[![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

example

## Get Started

```bash
npm install budget-view-chart
```

```react

```
Example `dataset` can be find in [demo/src/data/](demo/src/data/)

## Visualisation

Breakdown View

example1

Highlight on Budget Item

example2

Highlight on Spending in a Whole Month

example3

Highlight on Spending

example4

Negative Spending (Income)

example5

Aggregate View

example6

Over Spending

example7

Current Line

example8

## Contribution

All contributions are welcomed, especially the following aspects:

- Standardise the repo
- Standardise the build/test/linting process
- Support custom styling
- Performance improvements