Add labels to relationships (needs further tidy up)

This commit is contained in:
Adrian Hall
2020-03-17 09:25:16 +00:00
parent 2d3b02df6a
commit 50f983871b
2 changed files with 44 additions and 27 deletions

View File

@@ -351,6 +351,12 @@ const config = {
* The object containing configurations specific for entity relationship diagrams
*/
er: {
/**
* Directional bias for layout of entities. Can be either 'TB', 'BT', 'LR', or 'RL',
* where T = top, B = bottom, L = left, and R = right.
*/
layoutDirection: 'TB',
/**
* The mimimum width of an entity box
*/