Skip to content

Commit

Permalink
fix #325
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Mar 11, 2022
1 parent 78cbe23 commit 3508218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyphe_frontend/app/components/rankingsChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ angular.module('hyphe.rankingsChartComponent', [])

window.el = el[0]
// Setup: dimensions
var margin = {top: 8, right: 8, bottom: 8, left: 8};
var margin = {top: 8, right: 12, bottom: 8, left: 8};
var width = el[0].offsetWidth - margin.left - margin.right;
var height = el[0].offsetHeight - margin.top - margin.bottom;

Expand Down Expand Up @@ -140,4 +140,4 @@ angular.module('hyphe.rankingsChartComponent', [])
}
}
}
})
})

0 comments on commit 3508218

Please sign in to comment.