2
0

added grid

This commit is contained in:
2018-05-15 01:40:06 +02:00
parent 3fb4bc505a
commit 0a5f9806f2
3 changed files with 38 additions and 11 deletions

View File

@@ -11,4 +11,5 @@ export interface Param {
stroke?: {
width: number;
};
showGrid?: boolean;
}