several fixes and adpations
This commit is contained in:
@@ -4,5 +4,11 @@ export interface Param {
|
||||
end: string
|
||||
};
|
||||
points: number;
|
||||
margin: number;
|
||||
margin: {
|
||||
x: number,
|
||||
y: number
|
||||
};
|
||||
stroke?: {
|
||||
width: number;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user