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

Add axis to numerical table columns #9

Closed
alexsb opened this issue Feb 9, 2017 · 3 comments
Closed

Add axis to numerical table columns #9

alexsb opened this issue Feb 9, 2017 · 3 comments
Assignees
Labels

Comments

@alexsb
Copy link
Member

alexsb commented Feb 9, 2017

For numerical values, add a permanently visible axis, like this one (but on top):

image

@alexsb alexsb added the feature label Feb 9, 2017
@alexsb alexsb added this to the Beta Prototype milestone Feb 9, 2017
@alexsb alexsb changed the title Add axis to table Add axis to numerical table columns Feb 9, 2017
@alexsb alexsb added the table label Feb 9, 2017
@anniecherk
Copy link
Contributor

Implementation sketch:

  • Add the axis below label
  • Only display axis if there is "enough" room: otherwise with many attributes this becomes illegible
  • Label low / mid / high points
    image

Issues:

  • making sure the edge values are legible if the neighboring column also has a labeled axis
  • allow the user to specify a "reference value" in the panel and either:
    a) display it normally along with the other values
    b) display it instead of the mid value
    c) display it in bold along with the other values

@alexsb
Copy link
Member Author

alexsb commented Feb 20, 2017

Looks good.

The reference value could also be specified in the panel, but it could also be in both.
Re labeling - yes, there needs to be enough spacing.

@alexsb
Copy link
Member Author

alexsb commented Mar 19, 2017

Implemented!

@alexsb alexsb closed this as completed Mar 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants