Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
21c1461ff98ef1b33358c7bdc2ca6e0157508abc
/
.
/
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
}
})
}());