Combine more than two containers in createContainer #2551
damibazarra
started this conversation in
General
Replies: 2 comments
-
Do you think this will be implemented in a future release? Thank you very much. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I need this exact feature too. It would be great if we could pass more than two items or maybe nest multiple createContainer calls |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to combine more than two containers in createContainer, or do it some other way?
Right now, I'm using createContainer("zoom", "voronoi"), but I would to add the cursor on mouseover. The problem is that if I switch to createContainer("zoom", "cursor") I lose the tooltip I'm using when moving around the graph.
Does anyone have a solution or is it currently not feasible to do this?
Thank you very much. Best regards.
Beta Was this translation helpful? Give feedback.
All reactions