Skip to content
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

Drilldown for Organization with Multiple Children #16288

Open
jedix opened this issue Sep 2, 2021 · 3 comments
Open

Drilldown for Organization with Multiple Children #16288

jedix opened this issue Sep 2, 2021 · 3 comments

Comments

@jedix
Copy link

jedix commented Sep 2, 2021

Expected behaviour

Once a drilldown on an organization chart is activated, the drilldown data should be displayed correctly.

Actual behaviour

Instead of straight lines between nodes, there are colored triangles.

Live demo with steps to reproduce

https://jsfiddle.net/o3p65dmz/
Click on Division 01 (compared to any other devision with only one child)

The example was taken from #13711 (comment) and only a second node below Devision 01 was added.

Product version

Highcharts 9.2.2

Affected browser(s)

Firefox 90.0.2
Google Chrome 92.0.4515.131

@highsoft-bot highsoft-bot added this to To do in Development-Flow via automation Sep 2, 2021
@raf18seb
Copy link
Contributor

raf18seb commented Sep 3, 2021

Hi @jedix, thanks for reporting the bug.

Simplified demo: https://jsfiddle.net/BlackLabel/L8khoswd/

@jedix
Copy link
Author

jedix commented Sep 3, 2021

I'm not that deep into the highcharts code, but in the resulting output I would assume "fill=none" on the paths instead of "fill=rgb(...)" (with the color from the parent node) should solve the problem.

Thanks @raf18seb for the simplified demo, should have thought of that myself. On the other hand, I wanted to use an "official" example and modify as little as possible to show the behaviour :)

@KacperMadej
Copy link

Workaround: force fill=none via CSS
Demo: https://jsfiddle.net/BlackLabel/ay1czgxp/

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

No branches or pull requests

3 participants