1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

utilize some of the free space

This commit is contained in:
cTn 2014-04-13 14:44:08 +02:00
parent 311366fe9d
commit 3fea3fafb0
3 changed files with 19 additions and 19 deletions

View file

@ -39,7 +39,7 @@ function addSampleToData(data, sampleNumber, sensorData) {
function initGraphHelpers(selector, sampleNumber, heightDomain) {
var margin = {top: 20, right: 20, bottom: 10, left: 40};
var width = 720 - margin.left - margin.right;
var height = 130 - margin.top - margin.bottom;
var height = 140 - margin.top - margin.bottom;
var helpers = {selector: selector, dynamicHeightDomain: !heightDomain};