mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
fix: update config
This commit is contained in:
@@ -27,7 +27,7 @@ export const NewControl = {
|
||||
graph: {},
|
||||
standard: {},
|
||||
};
|
||||
export const ConfigData = {
|
||||
export const ConfigData: any = {
|
||||
x: 0,
|
||||
y: 0,
|
||||
w: 8,
|
||||
@@ -41,8 +41,6 @@ export const ConfigData = {
|
||||
tips: "Tooltip",
|
||||
},
|
||||
graph: {
|
||||
showBackground: true,
|
||||
barWidth: 30,
|
||||
type: "Line",
|
||||
},
|
||||
standard: {
|
||||
|
@@ -144,6 +144,7 @@ export const dashboardStore = defineStore({
|
||||
...this.layout[index],
|
||||
...param,
|
||||
};
|
||||
this.selectedGrid = this.layout[index];
|
||||
},
|
||||
async fetchMetricType(item: string) {
|
||||
const res: AxiosResponse = await graph
|
||||
|
Reference in New Issue
Block a user