NorthwoodsSoftware/GoJS

GoJS 3.0.3 and AvoidsLinksRouter.js

Closed this issue · 2 comments

AvoidsLinksRouter.js plugin uses call to "positions.maxUnoccupiedV" and "positions.maxUnoccupiedH" methods.
But GoJS 3.0.3 not contains that methods.

Sorry, those undocumented properties were renamed maxAvoidsLinksSpaceV and maxAvoidsLinksSpaceH to make their purpose somewhat more clear. But while we changed the TS source file, we forgot to transpile before releasing so this file used in the avoids links sample was incorrect. That has been fixed.