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

Shadow dom support #75

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Shadow dom support #75

wants to merge 12 commits into from

Conversation

neolivz
Copy link

@neolivz neolivz commented Apr 21, 2015

Supprt for polymer & Webcomponents:

  1. Will work inside shadow dom if we pass shadow dom as 3rd argument.
  2. This is set as document if nothing is passed
  3. All nodes who are identified by ids or classes are accessed via the shado dom node.
    Changed hard coded speed of segment going back in. This uses the same speed and effect as pull out.

Issues:
Inside shadow dom tooltips does not work properly as d3.mouse() uses d3.select('body') which will return empty and all further operations fails. I don't have a solution for this atm so basically tooltips does not work in page where you can scroll.

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

Successfully merging this pull request may close these issues.

None yet

1 participant