Skip to content

Commit

Permalink
NN-365 Adjusted values of heatmap legend
Browse files Browse the repository at this point in the history
  • Loading branch information
TripZz committed Oct 13, 2023
1 parent 4ff0c54 commit 655b657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/enrichment/heatmap/PathwayHeatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ export default {
.append("svg")
.attr("width", "100%")
.attr("height", "100%")
.attr("viewBox", `0 0 ${svgWidth*2} ${svgHeight}`)
.attr("viewBox", `0 0 ${svgWidth*2.2} ${svgHeight}`)
.append("g")
.attr("transform", `translate(${svgWidth / 2}, ${svgHeight / 2})`); // Center the SVG content
.attr("transform", `translate(${svgWidth / 1.6}, ${svgHeight / 2})`); // Center the SVG content
var xScale = d3.scaleLinear()
.domain([0, 1])
Expand Down

0 comments on commit 655b657

Please sign in to comment.