-
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
[feature] Allow min/max value for the sparkline in time series table #5603
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5603 +/- ##
==========================================
- Coverage 63.59% 63.48% -0.11%
==========================================
Files 359 360 +1
Lines 22799 22879 +80
Branches 2533 2546 +13
==========================================
+ Hits 14499 14525 +26
- Misses 8285 8339 +54
Partials 15 15
Continue to review full report at Codecov.
|
@kristw this looks great! One thought about the reference lines/showing the bounds, do you think it'd be useful to label them? Something like the following but just the number for min / max The tricky thing with this would be the padding to accommodate the label, so might not be worth it 🤔 would be nice to have better support for that tho. |
WOW! 🙉 this will also be really useful (possibly more so!) without setting ymin/max bounds too |
…pache#5603) * Allow min/max value for the sparkline in time series table * show bound lines * User can choose to show y-axis bounds * show label for the bounds * compute necessary padding for the bound label * extract sparkline code to another component * can show y-axis in sparkline without setting bounds * reorder option rows (cherry picked from commit 536478e)
…pache#5603) * Allow min/max value for the sparkline in time series table * show bound lines * User can choose to show y-axis bounds * show label for the bounds * compute necessary padding for the bound label * extract sparkline code to another component * can show y-axis in sparkline without setting bounds * reorder option rows (cherry picked from commit 536478e)
…pache#5603) * Allow min/max value for the sparkline in time series table * show bound lines * User can choose to show y-axis bounds * show label for the bounds * compute necessary padding for the bound label * extract sparkline code to another component * can show y-axis in sparkline without setting bounds * reorder option rows
time_table
intoSparklineCell
@williaster @graceguo-supercat