width property for CustomMetricGroup #450
ericxinzhang
started this conversation in
General
Replies: 1 comment 2 replies
-
This would be a feature request and is sort of captured as part of #66. I don't think there's a particular reason why it doesn't exist, although we may need to be careful in how to handle overflowing content (i.e. should we error out, or just let it happen, if that's allowed?). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My code looks as following. I can specify
height
inCustomMonitoringProps
. I am wondering whyCustomMetricGroup
does not have awidth
property?I understand that for high level APIs (e.g.
monitor<ResourceType>
) it's easier for the library to calculate width dynamically. However forCustomMetricGroup
may we have awidth
property?Beta Was this translation helpful? Give feedback.
All reactions