mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: Implement Text control and update Topology (#37)
This commit is contained in:
@@ -91,6 +91,14 @@ export interface CardConfig {
|
||||
textAlign?: "center" | "right" | "left";
|
||||
}
|
||||
|
||||
export interface TextConfig {
|
||||
fontSize: number;
|
||||
backgroundColor: string;
|
||||
textAlign: string;
|
||||
fontColor: string;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface TableConfig {
|
||||
type?: string;
|
||||
showTableValues: boolean;
|
||||
|
Reference in New Issue
Block a user