feat: add content decorations to Table and Card widgets (#419)

This commit is contained in:
Fine0830
2024-10-15 16:25:21 +08:00
committed by GitHub
parent a92365efcf
commit 61449f4b17
11 changed files with 128 additions and 4 deletions

View File

@@ -32,7 +32,8 @@ limitations under the License. -->
:data="states.source"
:config="{
...graph,
legend: (dashboardStore.selectedGrid.graph || {}).legend,
decorations: dashboardStore.selectedGrid.graph?.decorations,
legend: dashboardStore.selectedGrid.graph?.legend,
i: dashboardStore.selectedGrid.i,
metricConfig: dashboardStore.selectedGrid.metricConfig,
relatedTrace: dashboardStore.selectedGrid.relatedTrace,