You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
The alignmentBaseline property does not work when supplied a callback, but does work when supplied a text string. In the screenshot below the following do not produce the expected output:
alignmentBaseline: edge => {return 'top'}
alignmentBaseline: edge => { return (edge._data.isReverse ? 'top' : 'bottom') }