0.2.3 • Published 1 year ago

budget-view-chart v0.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

budget-view-chart

Deploy Github Page

npm type definitions NPM npm npm

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

This component is built based on echarts.

Demo Button Icon

Get Started

npm install budget-view-chart
<BudgetChart config={{
  showMonthEndLine: null,
  showAggregate: false,
  locale: 'en-GB',
  currency: 'GBP'}} value={dataset}/>

Example dataset can be find in demo/src/data/

Visualisation

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

Contribution

All contributions are welcomed, especially the following aspects:

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