mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: update config
This commit is contained in:
@@ -27,6 +27,24 @@ export const ChartTypes = [
|
||||
{ label: "Instance List", value: "InstanceList" },
|
||||
// { label: "Image", value: "Image" },
|
||||
];
|
||||
export const DefaultGraphConfig: { [key: string]: any } = {
|
||||
Bar: {
|
||||
type: "Bar",
|
||||
showBackground: true,
|
||||
barWidth: 30,
|
||||
},
|
||||
Line: {
|
||||
type: "Line",
|
||||
showBackground: true,
|
||||
barWidth: 30,
|
||||
},
|
||||
Area: {
|
||||
type: "Area",
|
||||
showBackground: true,
|
||||
barWidth: 30,
|
||||
},
|
||||
};
|
||||
|
||||
export enum MetricQueryTypes {
|
||||
ReadMetricsValue = "readMetricsValue",
|
||||
ReadMetricsValues = "readMetricsValues",
|
||||
|
Reference in New Issue
Block a user