-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(plugins): Tooltips on BigNumber with Time Comparison chart #27092
feat(plugins): Tooltips on BigNumber with Time Comparison chart #27092
Conversation
- Adding Tooltip to values in our chart - Add utils function that returns the comparison period - Export Tooltip component so we can use it in the chart
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #27092 +/- ##
==========================================
- Coverage 67.17% 67.17% -0.01%
==========================================
Files 1900 1900
Lines 74443 74457 +14
Branches 8293 8296 +3
==========================================
+ Hits 50009 50014 +5
- Misses 22379 22388 +9
Partials 2055 2055
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@yousoph Ephemeral environment spinning up at http://52.27.72.153:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
🏷️ preset:2024.7 |
SUMMARY
Adding some tooltips on each value of the chart so there is more info to users when reading the chart.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
test2.mov
test1.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION