generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
feature-requestNew featureNew feature
Description
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
export enum GraphWidgetType { | |
BAR = "Bar", | |
LINE = "Line", | |
PIE = "Pie", | |
SINGLE_VALUE = "SingleValue", | |
STACKED_AREA = "StackedArea", | |
} |
It doesn't seem to be too hard to add. I can probably do a PR. I just wanted to confirm the scope first.
Metadata
Metadata
Assignees
Labels
feature-requestNew featureNew feature