You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
color: string;// Hex color string with optional transparency (e.g., '#FF0000' or '#FF000080' for 50% transparent red)
11
-
label?: string;// Optional label text to display on the line
12
-
labelFontSize?: number;// Optional font size for the label (default: 12)
13
-
labelBackgroundColor?: string;// Optional background color for the label pill with optional transparency (e.g., '#FF0000' or '#00000080' for 50% transparent black)
14
-
labelColor?: string;// Optional color for the label text (defaults to line color if not specified)
15
-
labelDescription?: string;// Optional description text displayed next to the label
16
-
labelDescriptionColor?: string;// Optional color for the description text (defaults to labelColor if not specified)
color: string;// Hex color string with optional transparency (e.g., '#FF0000' or '#FF000080' for 50% transparent red)
10
+
label?: string;// Optional label text to display on the line
11
+
labelFontSize?: number;// Optional font size for the label (default: 12)
12
+
labelBackgroundColor?: string;// Optional background color for the label pill with optional transparency (e.g., '#FF0000' or '#00000080' for 50% transparent black)
13
+
labelColor?: string;// Optional color for the label text (defaults to line color if not specified)
14
+
labelDescription?: string;// Optional description text displayed next to the label
15
+
labelDescriptionColor?: string;// Optional color for the description text (defaults to labelColor if not specified)
0 commit comments