Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
f29b4d73bc6c8853a8e4e882fed0955b8f45afc1
/
.
/
views
/
ngXosViews
/
serviceTopology
/
src
/
js
/
config.js
blob: 347feb9f4adac43f2ade106983648693b11dcb0d [
file
] [
log
] [
blame
]
(
function
()
{
'use strict'
;
angular
.
module
(
'xos.serviceTopology'
)
.
constant
(
'serviceTopologyConfig'
,
{
widthMargin
:
100
,
heightMargin
:
30
,
duration
:
750
,
circle
:
{
radius
:
10
,
selectedRadius
:
15
}
})
}());