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:
parent
ce78dadcd1
commit
14c9aab1ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue