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

Markers should be drawn after areas so z-order doesn't make tool tips inaccessible #297

Open
brandonvmoore opened this issue Apr 13, 2021 · 0 comments

Comments

@brandonvmoore
Copy link

I've resorted to using the following code to move the dimple markers to the end of their . I had to do this on area charts because otherwise markers get covered by areas drawn above them. Would be better if dimple just drew the markers last though.

$(targetId + " .dimple-marker").appendTo(targetId + ' .dimple-series-group-0');

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

No branches or pull requests

1 participant