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
When using curveBumpX on a straight line it creates a circle (see screenshot). So far I have only seen this bug in Chrome, it might have been created after a chrome update, but I don't know as I'm not certain I have just missed this bug earlier.
Chrome version information:
Version 103.0.5060.134 (Official Build) (arm64)
I'm not using d3-sankey as it did not easily do what I wanted to display.
But using filled area instead of stroke width is a really good idea! I think that would solve the problem. Thank you!
For now I solved it by simply not using curve on the first element which is the only straight line, but if I encounter this bug in the future I'll use your solution.
When using curveBumpX on a straight line it creates a circle (see screenshot). So far I have only seen this bug in Chrome, it might have been created after a chrome update, but I don't know as I'm not certain I have just missed this bug earlier.
Chrome version information:
Version 103.0.5060.134 (Official Build) (arm64)
The code:
The bug (large blue circle)
How it is supposed to look:
l
The text was updated successfully, but these errors were encountered: