Skip to content

Commit efec8e2

Browse files
authored
Merge pull request #72 from csvistool/bugsFix
fixed large graph
2 parents bbe3b96 + 540b438 commit efec8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algo/util/GraphValues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const LARGE_CURVE = [
385385
];
386386

387387
const LARGE_X_POS_LOGICAL = [
388-
500, 600, 700, 800, 550, 650, 750, 500, 800, 700, 800, 750, 650, 750, 500, 600, 700, 800,
388+
500, 600, 700, 800, 550, 650, 750, 500, 600, 700, 800, 550, 650, 750, 500, 600, 700, 800,
389389
];
390390

391391
const LARGE_Y_POS_LOGICAL = [

0 commit comments

Comments
 (0)