feat: enhance topology layout and fix calls metrics (#344)

This commit is contained in:
Fine0830
2023-11-23 16:37:26 +08:00
committed by GitHub
parent d8a3c27345
commit ac57b229fc
6 changed files with 35 additions and 15 deletions

View File

@@ -179,6 +179,7 @@ export const dashboardStore = defineStore({
newItem.graph = {
showDepth: true,
};
newItem.metricMode = MetricModes.Expression;
}
if (ControlsTypes.includes(type)) {
newItem.h = 32;