1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

fix svg offset

This commit is contained in:
cTn 2014-07-10 23:28:58 +02:00
parent ce78dadcd1
commit 14c9aab1ec

View file

@ -39,7 +39,7 @@ tabs.motor_outputs.initialize = function(callback) {
return sampleNumber + 1;
}
var margin = {top: 20, right: 10, bottom: 10, left: 20};
var margin = {top: 20, right: 30, bottom: 10, left: 20};
function updateGraphHelperSize(helpers) {
helpers.width = helpers.targetElement.width() - margin.left - margin.right;
helpers.height = helpers.targetElement.height() - margin.top - margin.bottom;