Skip to content

Commit

Permalink
Revert "network insight / systemhealth tooltips may stick during grap…
Browse files Browse the repository at this point in the history
…h reload, force removal before load", see #2405

This reverts commit 7d98ae1.

(cherry picked from commit 3ac6a82)
  • Loading branch information
AdSchellevis authored and fichtner committed May 18, 2018
1 parent d86d5ec commit 699e1ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 699e1ed

Please sign in to comment.