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

Improve chart editor UI/UX #671

Closed
alonho opened this issue Nov 24, 2015 · 0 comments
Closed

Improve chart editor UI/UX #671

alonho opened this issue Nov 24, 2015 · 0 comments

Comments

@alonho
Copy link
Contributor

alonho commented Nov 24, 2015

Here's a glimpse:

screen shot 2015-11-24 at 9 55 22 am

Things I did:

  1. Added ui-select widgets for selecting x/y/dimension.
  2. Refactored the hell out of the chart-editor directive (it now has an isolated scope).
  3. Changed some names (column chart -> bar chart) while keeping the model backward compatible.
  4. Add a name label to all axes.

Things I'm unsure of:

  1. When a query returns with other columns that these defined in the widgets they are cleared. Would it be annoying for the user? (imagine a situation where you change the query and it returns 0 rows, it then clears all the widgets).
  2. I changed stacking types names to: disabled, enabled and relative. Not sure if it's better than before.
  3. The layout of the widgets isn't perfect (the space to the right of the "Y Columns" is bothering my OCD).
alonho added a commit to alonho/redash that referenced this issue Nov 30, 2015
@arikfr arikfr closed this as completed Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants