https://github.com/buger/budget_allocation_ui
https://github.com/buger/budget_allocation_ui
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buger/budget_allocation_ui
- Owner: buger
- Created: 2011-03-31T10:42:48.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T09:15:24.000Z (12 months ago)
- Last Synced: 2025-05-08T02:39:35.370Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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/