-
Notifications
You must be signed in to change notification settings - Fork 761
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
Reporting -> Insight not working properly #2405
Comments
Seems to be caused by d3.selectAll('.nvtooltip').remove(); at line 116 in networkinsight.volt, also at line 570. @fichtner Who's the wizard on this? I don't want to remove these and issue a PR if they are there for a reason. |
@AdSchellevis can you take a look at this when you have a moment? |
I'll have a look as soon as I can find a bit of time.. |
There was a bug reported in nv3d with tooltips on pie charts, is that why it's there? I cannot make my mind up whether the bug is fixed or not after looking on Github. I've commented out both instances of the *remove from the volt file and all seems to work OK. |
@marjohn56 it was/is indeed for tooltips sticking on the screen after a refresh, as far as I know that's still the case without this, but this fix 7d98ae1 has other issues it seems. I'll get back on this. |
Yes... I ended up here, which appears to be a fork. |
there seems to be a newer version then we're using, but the patch in the angular repo doesn't appear to have a relation with the original code. let me upgrade nvd3 and revert 7d98ae1 maybe we're lucky... |
I'll try and give it a hammering over the coming weekend and see if I can break it. |
Hi. Thanks. |
ok, found the culprit, but can't find a very nice fix, 08df2d0 does the trick on my end, but the issue actually seems to be that the event won't reattach in
|
(cherry picked from commit 08df2d0)
Hello, any news on this front? Thanks. |
New fix in 18.1.9 along with newer nvd3 library tomorrow. |
Oh wow, very good to know! |
Be sure to check when out and close / report back if needed. Thanks! |
Sorry but I don't undestand what I should check. |
Once you have 18.1.9 installed, please recheck the page to confirm the reported errors are no longer there. |
Ah ok sorry. |
…h reload, force removal before load", see opnsense/core#2405 This reverts commit 7d98ae1. (cherry picked from commit 3ac6a82)
(cherry picked from commit 08df2d0)
…h reload, force removal before load", see opnsense/core#2405 This reverts commit 7d98ae1.
Updated opnsense late this morning. |
@myksto71 thanks, closing then :) |
Version 18.1.7, just updated.
I noticed a strange behaviour on the reporting section named "Insight".
I go on "Totals" tab then I go down to "Top usage ports/sources.
By default WAN is selected.
On the right of the graph I see several ip addresses (public ones) and if I go on the pie chart and select one of them, system takes me to the "Details" tab and put the ip address I select inside the "(src) Address" field as expected.
If I go back to the "Totals" tab, select "LAN" as the interface, choose and click on a IP adrress (private one this time) on the pie chart, system takes me to the "Details" tab but on the "src Address" put another IP address (public one) and NOT the one I chose before.
Beside if "WAN" is selected a small pop-up showing the ip address comes up when I go over the pie chart with the mouse but if I select LAN or another interface more often than not no IP is being shown.
I tried with Google Chrome and Mozilla Firefox and the behaviour is the same.
Is there a way to fix this "issue"?
Thanks a lot and cheers.
Michele.
The text was updated successfully, but these errors were encountered: