Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dagre layout #339

Merged
merged 9 commits into from
Feb 6, 2021
Merged

Dagre layout #339

merged 9 commits into from
Feb 6, 2021

Conversation

makimenko
Copy link
Owner

Automatic graph layout using dagre algorithm
image

      <atft-server-compact-actor #spa label="spa" ></atft-server-compact-actor>
      <atft-server-stand-actor #api label="api" ></atft-server-stand-actor>
      <atft-server-compact-actor #v label="Vault"></atft-server-compact-actor>
      <atft-server-barrel-actor #db1 label="PostgreSQL"></atft-server-barrel-actor>
      <atft-server-barrel-actor #db2 label="MongoDB"></atft-server-barrel-actor>

      <atft-dagre-edge [source]="spa" [target]="api"></atft-dagre-edge>
      <atft-dagre-edge [source]="api" [target]="db1"></atft-dagre-edge>
      <atft-dagre-edge [source]="api" [target]="db2"></atft-dagre-edge>
      <atft-dagre-edge [source]="api" [target]="v"></atft-dagre-edge>

@codecov
Copy link

codecov bot commented Feb 6, 2021

Codecov Report

Merging #339 (a7db5ad) into master (de17a5c) will decrease coverage by 4.90%.
The diff coverage is 8.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
- Coverage   54.41%   49.51%   -4.91%     
==========================================
  Files          91       96       +5     
  Lines        1200     1333     +133     
  Branches      138      158      +20     
==========================================
+ Hits          653      660       +7     
- Misses        502      627     +125     
- Partials       45       46       +1     
Impacted Files Coverage Δ
...actor/data-center/atft-data-center-actor.module.ts 100.00% <ø> (ø)
...ib/actor/data-center/layer/grid-actor.component.ts 3.44% <ø> (+0.22%) ⬆️
...ft/src/lib/actor/data-center/layout/dagre-utils.ts 0.00% <0.00%> (ø)
...atft/src/lib/actor/ux/text/text-actor.component.ts 1.75% <ø> (ø)
...cts/atft/src/lib/object/abstract-lazy-object-3d.ts 53.33% <0.00%> (ø)
...tft/src/lib/object/content-projection.component.ts 14.28% <ø> (ø)
projects/atft/src/lib/object/scene.component.ts 50.00% <ø> (ø)
...ojects/atft/src/lib/raycaster/raycaster.service.ts 38.70% <ø> (ø)
projects/atft/src/lib/util/provide-parent.ts 100.00% <ø> (ø)
...actor/data-center/layout/dagre-layout.component.ts 1.51% <1.51%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de17a5c...a7db5ad. Read the comment docs.

@makimenko makimenko merged commit 418946b into master Feb 6, 2021
@makimenko makimenko deleted the dagra-layout branch February 6, 2021 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant