Closed nmuesch closed 5 years ago
The conditional formats section of screenboards should submit a field called custom_fg_color instead of color. Docs - https://docs.datadoghq.com/graphing/graphing_json/widget_json/#conditional-format-schema
custom_fg_color
color
Should still be backwards compatible since I left the struct alone and only changed what its un-marshalled as.
LGTM, merging. Thanks for the PR!
The conditional formats section of screenboards should submit a field called
custom_fg_color
instead ofcolor
. Docs - https://docs.datadoghq.com/graphing/graphing_json/widget_json/#conditional-format-schemaShould still be backwards compatible since I left the struct alone and only changed what its un-marshalled as.