diff --git a/src/opnsense/mvc/app/views/OPNsense/Diagnostics/networkinsight.volt b/src/opnsense/mvc/app/views/OPNsense/Diagnostics/networkinsight.volt index 1ca5653a5..3f145561b 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Diagnostics/networkinsight.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Diagnostics/networkinsight.volt @@ -113,7 +113,6 @@ POSSIBILITY OF SUCH DAMAGE. */ function delete_all_charts() { - d3.selectAll('.nvtooltip').remove(); // force removal of tooltips var svg = d3.select("svg"); svg.selectAll("*").remove(); pageCharts = {}; @@ -567,7 +566,6 @@ POSSIBILITY OF SUCH DAMAGE. // event change interface selection $('#interface_select').change(function(){ - d3.selectAll('.nvtooltip').remove(); // force removal of tooltips chart_top_dst_port_usage(); chart_top_src_addr_usage(); grid_totals(); diff --git a/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt b/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt index 2b17c6788..7a1eeadcb 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt @@ -72,7 +72,6 @@ }); // create our chart - d3.selectAll('.nvtooltip').remove(); // force removal of tooltips nv.addGraph(function () { chart = nv.models.lineWithFocusChart() .margin( {left:70})