Skip to content

ileodo/budget-view-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

budget-view-chart

Deploy Github Page

npm type definitions NPM npm npm

Buy Me A Coffee

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

This component is built based on echarts.

Demo Button Icon

example

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

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