-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
feat: Period over Period Big Number comparison chart #26908
Conversation
d361893
to
a2babc3
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #26908 +/- ##
==========================================
+ Coverage 67.29% 69.51% +2.21%
==========================================
Files 1895 1900 +5
Lines 74249 74347 +98
Branches 8257 8264 +7
==========================================
+ Hits 49968 51680 +1712
+ Misses 22206 20618 -1588
+ Partials 2075 2049 -26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/testenv up |
@eschutho Container image not yet published for this PR. Please try again when build is complete. |
@eschutho Ephemeral environment creation failed. Please check the Actions logs for details. |
- Fix format and lint - Rewrite some functions to help with type checks - Use css when possible in the Plugin component
- Add Feature Flag so experimental chart plugins are not available unless explicitly set to True
66d1085
to
1f17893
Compare
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.149.104.195:8080. Credentials are |
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@eschutho Ephemeral environment spinning up at http://35.91.79.158:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but the docs seems to be for a generic plugin, can we fix that?
|
||
# custom-viz | ||
|
||
This is the Custom Viz Superset Chart Plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this file is supposed to be a template for a generic custom visualization? Can we replace all references to "custom viz" with the actual names of the viz/file/class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point 👍
superset-frontend/plugins/plugin-chart-period-over-period-kpi/README.md
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-period-over-period-kpi/README.md
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-period-over-period-kpi/README.md
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-period-over-period-kpi/README.md
Outdated
Show resolved
Hide resolved
Ephemeral environment shutdown and build artifacts deleted. |
🏷️ preset:2024.5 |
Co-authored-by: Fernando <frodriguez@bytecode.io> Co-authored-by: Antonio Rivero <antonioriverocode@gmail.com> (cherry picked from commit a09e555)
Co-authored-by: Fernando <frodriguez@bytecode.io> Co-authored-by: Antonio Rivero <antonioriverocode@gmail.com>
Co-authored-by: Fernando <frodriguez@bytecode.io> Co-authored-by: Antonio Rivero <antonioriverocode@gmail.com>
SUMMARY
This is an experimental visualization using the feature flag CHART_PLUGINS_EXPERIMENTAL.
It is a period over period comparison chart for Big Number
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION