-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cytoscape/cytoscape.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cytoscape/cytoscape.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.24.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 11 files changed
- 1 contributor
Commits on May 9, 2023
-
Make built-in COSE make better use of the specified bounding box
The COSE layout internally uses two variables in addition to the bounding box, `clientWidth` and `clientHeight`. They are set by default to the viewport extent. COSE uses these variables in some places in lieu of the `boundingBox`. Here, we set the `clientWidth` and `clientHeight` to be whatever is specified as the `boundingBox` so there is no inconsistency. This makes the demo at https://jsbin.com/tuculav behave as expected, with a consistent result each time. Ref: Built-in COSE layout does not fully respect the specified bounding box when it differs from the vis. extent #3121
Configuration menu - View commit details
-
Copy full SHA for 221502c - Browse repository at this point
Copy the full SHA 221502cView commit details
Commits on May 17, 2023
-
Merge pull request #3122 from cytoscape/cose-bb-fix
Make built-in COSE make better use of the specified bounding box
Configuration menu - View commit details
-
Copy full SHA for e3bf56e - Browse repository at this point
Copy the full SHA e3bf56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc0a3b - Browse repository at this point
Copy the full SHA bbc0a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e412180 - Browse repository at this point
Copy the full SHA e412180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb45af - Browse repository at this point
Copy the full SHA 4eb45afView commit details
There are no files selected for viewing