mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: add custom config for Bar, Line, Area
This commit is contained in:
@@ -35,13 +35,13 @@ export const DefaultGraphConfig: { [key: string]: any } = {
|
||||
},
|
||||
Line: {
|
||||
type: "Line",
|
||||
showBackground: true,
|
||||
barWidth: 30,
|
||||
step: false,
|
||||
smooth: false,
|
||||
showSymbol: false,
|
||||
},
|
||||
Area: {
|
||||
type: "Area",
|
||||
showBackground: true,
|
||||
barWidth: 30,
|
||||
opacity: 0.4,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user