The docs are quite sparse so not sure if this is bug or just something that is not finished yet or maybe I am doing something wrong with the configuration.
When using VerticalConstraintsForSugiyama the layout code calls getFeedbackSetExternal on the constraints object:
|
: verticalConstraints.getFeedbackSetExternal(this.IntGraph, this.nodeIdToIndex) |
As that call just throws
|
throw new Error('Method not implemented.') |
it seems like this is not usable at all. Not sure if this is not supposed to be used or there is something else going on here.
The docs are quite sparse so not sure if this is bug or just something that is not finished yet or maybe I am doing something wrong with the configuration.
When using
VerticalConstraintsForSugiyamathe layout code callsgetFeedbackSetExternalon the constraints object:msagljs/modules/core/src/layout/layered/layeredLayout.ts
Line 158 in 0777c99
As that call just throws
msagljs/modules/core/src/layout/layered/verticalConstraintsForSugiyama.ts
Line 13 in fe50923