fix svg offset

10.3.x-maintenance
cTn 2014-07-10 23:28:58 +02:00
parent ce78dadcd1
commit 14c9aab1ec
1 changed files with 1 additions and 1 deletions

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;