Click event on circular stacked tracks #989
-
Hi, I'm currently trying out gosling and I've run into a problem. As I try to subscribe to click-events through the API everything works fine for linear layouts. However, for a circular layout of stacked tracks, only the innermost track is responding. Is this a (un)known bug, or am I doing something wrong? I'm using the same specification for the linear and circular, just changing the layout-variable. It's a problem with both 'rect' and 'point' marks. Any hints or help is appreciated :) Thanks for a nice tool! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @EmiliaStahlbom! Thank you for submitting a question to the Discussions! You are correct that click events are not fully supported in circular layouts with stacked tracks. If you could share your specifications (you may exclude data for privacy), we can take a look at it and see if it is actually an unsupported feature or a bug, or if there is a walkaround. |
Beta Was this translation helpful? Give feedback.
Thanks for sharing the code! I can confirm that this is limited support of mouse events in circular layouts in Gosling.js. I will make a separate GH issue to address this as soon as possible.