-
Notifications
You must be signed in to change notification settings - Fork 79
Data Table Support in GraphWidgetType #550
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
Comments
|
Looks like we'd need to bump to minimum aws-cdk-lib@2.128.0 to get I'm not particularly a fan of either right now unless we wanted to bring in other new features from newer aws-cdk-lib versions too. Any thoughts from your end? |
That's fair. I don't have a strong need for it; I was just playing around with different widgets. |
Now that the dependency on aws-cdk-lib has been bumped, we should be able to do this, right? I can take a stab at making the change; I just want to confirm if there are any other blockers. @echeung-amzn |
Yes, this should technically be feasible at this point. Feel free to take a stab at it! |
Closes #550 Add support for `TableWidget` in dashboards. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_ Co-authored-by: Danny Zhao <zikangz@amazon.com>
Feature scope
Custom
Describe your suggested feature
It looks like the data table type is missing from
GraphWidgetType
. I'm not sure if the data table is a recent widget that CW added or if there hasn't been a use case for it.cdk-monitoring-constructs/lib/common/widget/types.ts
Lines 9 to 15 in 598dea1
It doesn't seem to be too hard to add. I can probably do a PR. I just wanted to confirm the scope first.
The text was updated successfully, but these errors were encountered: