You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/03/08 06:14:03 UTC

[incubator-skywalking-ui] 01/03: Amend topology

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch public/favicon
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit 3231f5e2c4eab77f6db9bf9d6a6ad3e33c580e41
Author: hanahmily <ha...@gmail.com>
AuthorDate: Wed Mar 7 17:03:41 2018 +0800

    Amend topology
---
 src/routes/Application/Application.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/Application/Application.js b/src/routes/Application/Application.js
index b2f2946..6bb59eb 100644
--- a/src/routes/Application/Application.js
+++ b/src/routes/Application/Application.js
@@ -110,7 +110,7 @@ export default class Application extends PureComponent {
             bordered={false}
             bodyStyle={{ padding: 0, marginTop: 24 }}
           >
-            <AppTopology elements={data.getApplicationTopology} layout={{ name: 'concentric', minNodeSpacing: 200 }} />
+            <AppTopology elements={data.getApplicationTopology} layout={{ name: 'concentric', startAngle: Math.PI, minNodeSpacing: 250 }} />
           </Card>
           <Row gutter={24}>
             <Col {...middleColResponsiveProps}>

-- 
To stop receiving notification emails like this one, please contact
hanahmily@apache.org.