core: DependencyGraph component (#3236)

* add dependency graph files

* add stories for DependencyGraph

* add changeset

* add margin and border to storybook examples

* support dark theme in default label

* add transition to nodes, edges and labels

* move @types to devDependencies

* clean up DependencyGraph test

* don't use default exports

* change padding format

* change marginX/Y to paddingX/Y

* fix types export

* fix storybook

* move @types/dagre from devDependencies to dependencies
This commit is contained in:
Mikaela Grundin
2020-11-06 09:27:34 +01:00
committed by GitHub
parent c56e28375f
commit 199237d2fb
16 changed files with 1363 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': minor
---
New DependencyGraph component added to core package.