-
Notifications
You must be signed in to change notification settings - Fork 13
Migration guide v1.8.0
Florian Dupuy edited this page Nov 16, 2020
·
8 revisions
In this release shiftFeedersPosition
parameter of LayoutParameter
and the related getters and setters have been removed.
In order to deal with labels overlapping each other, you can use LayoutParameter.setLabelDiagonal(true)
instead, together with LayoutParameter.setAngleLabelShift()
to change the label default rotation angle.
In this release the default behaviour for feeder arrows is the following: active feeder arrows are above the reactive ones. If you'd like the previous behaviour (active above in top cells, reactive above in bottom cells), use LayoutParameter.setFeederArrowsSymmetry(true)
.