EdgeMarker
您可以使用 edgeMarker
Edge 屬性自訂內建的邊緣標記。
export type EdgeMarker = {
type: MarkerType;
color?: string;
width?: number;
height?: number;
markerUnits?: string;
orient?: string;
strokeWidth?: number;
};
欄位
名稱 | 類型 |
---|---|
# type | MarkerType |
# color? | 字串 |
# width? | 數字 |
# height? | 數字 |
# markerUnits? | 字串 |
# orient? | 字串 |
# strokeWidth? | 數字 |