-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add support for various CloudWatch Dashboard features #2385
Closed
immmapig opened this issue
Apr 26, 2019
· 1 comment
· Fixed by #2406 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
Add support for various CloudWatch Dashboard features #2385
immmapig opened this issue
Apr 26, 2019
· 1 comment
· Fixed by #2406 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
feature-request
A feature should be added or improved.
Comments
Metric math support is also missing. |
kpiljoong
pushed a commit
to kpiljoong/aws-cdk
that referenced
this issue
May 1, 2019
Support setting for the y-axis on a graph: min, max, label, and showUnits Fixes aws#2385
kpiljoong
pushed a commit
to kpiljoong/aws-cdk
that referenced
this issue
May 1, 2019
Support setting for the y-axis on a graph: min, max, label, and showUnits. Fixes aws#2385
4 tasks
kpiljoong
pushed a commit
to kpiljoong/aws-cdk
that referenced
this issue
May 14, 2019
Support setting for the y-axis on a graph: min, max, label, and showUnits. Fixes aws#2385
rix0rrr
pushed a commit
that referenced
this issue
May 24, 2019
Support setting for the y-axis on a graph: min, max, label, and showUnits. Fixes #2385. BREAKING CHANGE: rename `leftAxisRange` => `leftYAxis`, `rightAxisRange` => `rightYAxis`, rename `YAxisRange` => `YAxisProps`.
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Dashboard construct is missing support to control
liveData
for the Graph widget. Within the graph widget, it is also not possible to configureshowUnits
andlabel
for the y-axis.The following is an example of a graph widget produced by the AWS console that configures all 3 of the configurations mentioned above:
The text was updated successfully, but these errors were encountered: