Skip to content

horizontal and vertical Offsets bugged in inverted Sankey charts #18988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
senderend opened this issue May 13, 2023 · 1 comment · Fixed by #19334
Closed

horizontal and vertical Offsets bugged in inverted Sankey charts #18988

senderend opened this issue May 13, 2023 · 1 comment · Fixed by #19334
Assignees

Comments

@senderend
Copy link

Expected behaviour

series.nodes.offsetVertical moves node vertically
series.nodes.offsetHorizontal moves node horizontally

Actual behaviour

series.nodes.offsetVertical has no effect
series.nodes.offsetHorizontal moves node diagonally

Live demo with steps to reproduce

https://jsfiddle.net/nw5mq3p2/4/

Product version

latest

Affected browser(s)

all

@bm64
Copy link
Member

bm64 commented May 15, 2023

Hello @Semichrist and thanks for reporting the issue. Most likely it is related to #17594

As a workaround you can use deprecated offset option to move nodes horizontally in inverted chart: https://jsfiddle.net/BlackLabel/t3zwrf5g/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants