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

Configure Visualizations #365

Merged
merged 5 commits into from
Apr 18, 2016
Merged

Conversation

sid88in
Copy link
Contributor

@sid88in sid88in commented Apr 17, 2016

Ideally we want to be able to enable/disable visualizations because rarely all them are applicable to a given data distribution. Users can now see only selected viz based on the configuration done by admin in config.py

@landscape-bot
Copy link

Code Health
Repository health increased by 0.05% when pulling 80901ac on sid88in:enhance_table_viz into badcd8b on airbnb:master.

@landscape-bot
Copy link

Code Health
Repository health increased by 0.05% when pulling 80901ac on sid88in:enhance_table_viz into badcd8b on airbnb:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 72.745% when pulling 80901ac on sid88in:enhance_table_viz into badcd8b on airbnb:master.

# Enable different visualizations: True or False (refer viz.py)
# ---------------------------------------------------

VIZ_TYPES = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather go with a blacklist so that we don't have to touch this everytime we add a new viz, probably should just be a tuple of viz_types

@sid88in
Copy link
Contributor Author

sid88in commented Apr 18, 2016

@mistercrunch sounds good. Fixed and tested.

@landscape-bot
Copy link

Code Health
Repository health increased by 0.00% when pulling e6e4bbc on sid88in:enhance_table_viz into badcd8b on airbnb:master.

@landscape-bot
Copy link

Code Health
Repository health increased by 0.05% when pulling 27f9e6f on sid88in:enhance_table_viz into badcd8b on airbnb:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 72.471% when pulling 27f9e6f on sid88in:enhance_table_viz into badcd8b on airbnb:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 72.471% when pulling 27f9e6f on sid88in:enhance_table_viz into badcd8b on airbnb:master.

@@ -14,7 +14,6 @@
import uuid
from collections import OrderedDict, defaultdict
from datetime import datetime, timedelta

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge anyways, but the idea for that blank line is to differentiate between standard lib imports and external ones. It matters most in large modules with lots of imports...

@mistercrunch
Copy link
Member

Thanks for the PR!

@mistercrunch mistercrunch merged commit 3f0171b into apache:master Apr 18, 2016
graceguo-supercat pushed a commit to graceguo-supercat/superset that referenced this pull request Oct 4, 2021
* docs: update storybook

* fix: import

* fix: import

* fix: import
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
* docs: update storybook

* fix: import

* fix: import

* fix: import
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
* docs: update storybook

* fix: import

* fix: import

* fix: import
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
* docs: update storybook

* fix: import

* fix: import

* fix: import
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
* docs: update storybook

* fix: import

* fix: import

* fix: import
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.8.9 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.8.9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants