mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 11:05:24 +00:00
fix
This commit is contained in:
parent
c5eb8215dc
commit
d42260b986
@ -94,7 +94,7 @@ const backgroundColor = ref(selectedGrid.graph.backgroundColor || "green");
|
||||
const fontColor = ref(selectedGrid.graph.fontColor || "white");
|
||||
const content = ref<string>(selectedGrid.graph.content);
|
||||
const fontSize = ref<number>(selectedGrid.graph.fontSize);
|
||||
const depth = ref<string>(selectedGrid.graph.depth);
|
||||
const depth = ref<string>(selectedGrid.graph.depth || "2");
|
||||
const colors = [
|
||||
{
|
||||
label: "Green",
|
||||
|
Loading…
Reference in New Issue
Block a user