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

https://github.com/buger/budget_allocation_ui


https://github.com/buger/budget_allocation_ui

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Inspired by http://ux.stackexchange.com/questions/3736/how-to-build-a-budgeting-interface-sum-of-items-must-equal-100

Example:



// Available types: "totals", "relative", "relative2", "relative3", "relative4"
var widget = new BudgetAllocationUI("widget_container", "relative");

widget.addBar("Foo", 10);
widget.addBar("Bar", 20);

Demo: http://buger.github.com/budget_allocation_ui/