mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add widget and standard config
This commit is contained in:
@@ -39,9 +39,15 @@ export interface StandardConfig {
|
||||
unit?: string;
|
||||
max?: string;
|
||||
min?: string;
|
||||
plus: string;
|
||||
minus: string;
|
||||
multiply: string;
|
||||
divide: string;
|
||||
milliseconds: string;
|
||||
seconds: string;
|
||||
}
|
||||
|
||||
type GraphConfig = BarConfig | LineConfig;
|
||||
export type GraphConfig = BarConfig | LineConfig;
|
||||
export interface BarConfig {
|
||||
type?: string;
|
||||
showBackground?: boolean;
|
||||
|
Reference in New Issue
Block a user