File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export const HorizontalFlow = () => {
4343 const [ nodes , setNodes ] = useState < NodeData [ ] > ( nodeData )
4444 const [ edges , setEdges ] = useState < EdgeData [ ] > ( edgeData )
4545 const [ selections , setSelections ] = useState < string [ ] > ( [ ] ) ;
46- const maxWidth = 2000 ;
47- const maxHeight = 1000 ;
46+ const maxWidth = 4000 ;
47+ const maxHeight = 4000 ;
4848
4949 let timer : any
5050 const changeSize = ( ) => {
Original file line number Diff line number Diff line change @@ -2414,9 +2414,9 @@ caniuse-api@^3.0.0:
24142414 lodash.uniq "^4.5.0"
24152415
24162416caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587 :
2417- version "1.0.30001612 "
2418- resolved "https://registry.yarnpkg.com /caniuse-lite/-/caniuse-lite-1.0.30001612 .tgz#d34248b4ec1f117b70b24ad9ee04c90e0b8a14ae "
2419- integrity sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g ==
2417+ version "1.0.30001699 "
2418+ resolved "https://registry.npmjs.org /caniuse-lite/-/caniuse-lite-1.0.30001699 .tgz"
2419+ integrity sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w ==
24202420
24212421chalk@^2.4.2 :
24222422 version "2.4.2"
You can’t perform that action at this time.
0 commit comments