Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display "comparing budget" on right/bottom #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 11, 2017

  1. Display "compared" budgets on right/bottom

    This was a minor UI nag that I noticed during the OpenBudget demo: I
    found myself wanting to compare the budget in a left-to-right fashion
    (or top-to-bottom) chronologically.
    
    Since the default option for the comparison tool is comparing FY17-18 to
    FY16-17, I'd argue that we should display the bars such that FY16-17 is
    to the left or top, and FY17-18 is to the right or bottom by default.
    
    (The color coding helps quite a bit in understanding what happens when
    the budget to compare against is changed.)
    
    The one gotcha here is that the colors array is given by D3. I was going
    to just switch the default budgets around, but I like that the current
    budget is in green rather than orange.
    tdooner committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    e7a8659 View commit details
    Browse the repository at this point in the history