Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

alignmentBaseline callback issue #1

@immanuelf9

Description

@immanuelf9

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') }

However this does
alignmentBaseline: 'top'

Screen Shot 2020-07-16 at 4 50 44 PM

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions