blob: 91ea0c2d11d1a375d0e8cb7c9ff254087c2f88f9 [file] [log] [blame]
(function () {
'use strict';
angular.module('xos.serviceTopology')
.constant('serviceTopologyConfig', {
widthMargin: 20,
heightMargin: 30,
duration: 750,
circle: {
radius: 10,
selectedRadius: 15
},
square: {
width: 20,
height: 20,
x: -10,
y: -10
}
})
}());