Skip to content

Dashboard chart of method coverage fails on mouse hover #1075

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

Closed
mytskine opened this issue Apr 27, 2025 · 1 comment
Closed

Dashboard chart of method coverage fails on mouse hover #1075

mytskine opened this issue Apr 27, 2025 · 1 comment

Comments

@mytskine
Copy link

When moving the mouse over a point of the scatter chart of methods, nothing happens with Chromium 134. For each hovering, the JavaScript console displays a unhelpful error deep into nv.d3.min.js. The behavior is the same with Firefox ESR 128.9.

At a time, both scatter charts were broken, as reported in #440. The first chart (classes) was fixed but the second one (methods) was not, as someone reported in the same issue (after it was closed).

Since the class and method charts are similar, I supposed the browser, the bug was in the library used to build the SVG charts. Unfortunately, nvd3's last release was in 2017. It's a layer above d3js, but no longer compatible with recent releases of d3js. I'll submit a merge request that replaces nvd3 with a maintained library.

@sebastianbergmann
Copy link
Owner

I'll submit a merge request that replaces nvd3 with a maintained library.

Thank you!

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

2 participants