mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: add custom config for graphs
This commit is contained in:
@@ -41,6 +41,21 @@ export const DefaultGraphConfig: { [key: string]: any } = {
|
||||
type: "Area",
|
||||
opacity: 0.4,
|
||||
},
|
||||
Card: {
|
||||
type: "Card",
|
||||
fontSize: 14,
|
||||
showUint: true,
|
||||
},
|
||||
Table: {
|
||||
type: "Card",
|
||||
showTableValues: true,
|
||||
tableHeaderCol1: "",
|
||||
tableHeaderCol2: "",
|
||||
},
|
||||
TopList: {
|
||||
type: "TopList",
|
||||
topN: 10,
|
||||
},
|
||||
};
|
||||
|
||||
export enum MetricQueryTypes {
|
||||
|
Reference in New Issue
Block a user