-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[New-Viz][AmericanExpress] Funnel/Step Visualization #8358
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
Conversation
f0005c7
to
91a495d
Compare
Would you be able to post some screenshots? I think step charts would be an awesome addition, as they seem to be all the rage for decomposing financials these days. |
Linking this comment here: #8346 (comment) Maybe this should be in a separate plugin instead so that we don't update the deprecated |
91a495d
to
dce602c
Compare
Codecov Report
@@ Coverage Diff @@
## master #8358 +/- ##
==========================================
- Coverage 67.46% 66.88% -0.58%
==========================================
Files 448 455 +7
Lines 22527 22869 +342
Branches 2364 2424 +60
==========================================
+ Hits 15197 15296 +99
- Misses 7192 7435 +243
Partials 138 138
Continue to review full report at Codecov.
|
Updated @villebro . Just finishing some cleanup efforts and waiting to pass build. |
We're in the process of moving all visualizations to live as plugins in other repos. This is very in-flight at the moment. Started writing an example here: Happy to get on a call to talk about it and help you through the process. You can ping me on the Superset Slack. |
@mistercrunch amazing! Viz.py was getting a little out of hand to say the least :) Although it is much needed and welcome, "in-flight" is apt for where superset-ui-plugin effort is at the moment. It would be much less time consuming to write a plugin once the legacy plugins are up and functional. Would it be possible to revisit that refactor when the time comes ? |
Bump @etr2460 @mistercrunch |
@etr2460 It's been 10+ days. What is the status of this PR? Can we get some reviewers on it please. |
@TheLastSultan , @kristw did a lot of work to migrate all of the visualizations out of the repo, I'm afraid this is a requirement at this point. The closest thing to documentation on how to do this is apache-superset/superset-ui-plugins#216 at this time. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
CATEGORY
SUMMARY
This is a PR to our most popular viz_type at American Express. The Step/Funnel Visualization is a 2 in 1 visualization that is simple to use and highly modifiable. It has unique support of multi-pass queries and thus is worthy of the PR effort. The 'Funnel' feature can be turned on or off if the user prefers a simple step visualization over 'funnel'.
Funnel-Mode
Step-Mode
Control Panel Supports Multi-Step Queries with 'Add Step'
ADDITIONAL INFORMATION
REVIEWERS