unipept-heatmap
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
{ | ||
"name": "unipept-heatmap", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "HeatMap built for the Unipept project. See http://unipept.ugent.be for more information. This HeatMap supports UPGMA-clustering and MOLO-reordering.", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
@@ -638,4 +638,4 @@ import * as d3 from "d3"; | ||
this.tooltip.html(this.settings.getTooltip(this.values[row][col], this.rows[row], this.columns[col])) | ||
.style("top", (event.clientY + 10) + "px") | ||
.style("left", (event.clientX + 10) + "px") | ||
.style("top", (event.clientY - rect.top + 10) + "px") | ||
.style("left", (event.clientX - rect.left + 10) + "px") | ||
.style("visibility", "visible"); | ||
@@ -642,0 +642,0 @@ } |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36720538