UNPKG

@antv/g6

Version:

graph visualization frame work

1 lines 5.58 kB
{"expireTime":9007200828528711000,"key":"transformer-remark-markdown-ast-3f6a38cfb9327f8d389cb8ebf64ebf0b-gatsby-remark-prettiergatsby-remark-prismjsgatsby-remark-external-linksgatsby-remark-autolink-headersgatsby-remark-reading-time-","val":{"type":"root","children":[{"type":"paragraph","children":[{"type":"text","value":"生态树、紧凑树两种布局方法可以通过配置项变换为辐射型树布局。跟节点位于辐射树中心,其他分支辐射式展开。\n","position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":3,"column":1,"offset":53},"indent":[1]}},{"type":"html","value":"<br />","position":{"start":{"line":3,"column":1,"offset":53},"end":{"line":3,"column":7,"offset":59},"indent":[]}},{"type":"text","value":"\n","position":{"start":{"line":3,"column":7,"offset":59},"end":{"line":4,"column":1,"offset":60},"indent":[1]}},{"type":"html","value":"<img src='https://cdn.nlark.com/yuque/0/2019/png/156681/1571833294684-7874d71d-fb44-4340-95d0-c03b56c67a18.png?x-oss-process=image/resize,w_342' alt='radialtree' width='250'/>","position":{"start":{"line":4,"column":1,"offset":60},"end":{"line":4,"column":176,"offset":235},"indent":[]}}],"position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":4,"column":176,"offset":235},"indent":[1,1]}},{"type":"heading","depth":2,"children":[{"type":"link","url":"#使用指南","title":null,"children":[],"data":{"hProperties":{"aria-label":"使用指南 permalink","class":"anchor"},"hChildren":[{"type":"raw","value":"<svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg>"}]}},{"type":"text","value":"使用指南","position":{"start":{"line":6,"column":4,"offset":240},"end":{"line":6,"column":8,"offset":244},"indent":[]}}],"position":{"start":{"line":6,"column":1,"offset":237},"end":{"line":6,"column":8,"offset":244},"indent":[]},"data":{"id":"使用指南","htmlAttributes":{"id":"使用指南"},"hProperties":{"id":"使用指南"}}},{"type":"paragraph","children":[{"type":"text","value":"辐射树是通过生态树、紧凑树布局的变形。适用于展示树结构数据,配合 TreeGraph 使用。如下面代码所示,可在实例化 TreeGraph 时使用该布局。除此之外,还可以如","position":{"start":{"line":7,"column":1,"offset":245},"end":{"line":7,"column":87,"offset":331},"indent":[]}},{"type":"link","title":null,"url":"https://www.yuque.com/antv/g6/qopkkg#eYZc6","children":[{"type":"text","value":"子图布局","position":{"start":{"line":7,"column":88,"offset":332},"end":{"line":7,"column":92,"offset":336},"indent":[]}}],"position":{"start":{"line":7,"column":87,"offset":331},"end":{"line":7,"column":137,"offset":381},"indent":[]},"data":{"hProperties":{"target":"_self","rel":"nofollow"}}},{"type":"text","value":"所示单独使用布局。","position":{"start":{"line":7,"column":137,"offset":381},"end":{"line":7,"column":146,"offset":390},"indent":[]}}],"position":{"start":{"line":7,"column":1,"offset":245},"end":{"line":7,"column":146,"offset":390},"indent":[]}},{"type":"paragraph","children":[{"type":"text","value":"使用方式与对应的生态树、紧凑树相同,配置 ","position":{"start":{"line":9,"column":1,"offset":392},"end":{"line":9,"column":22,"offset":413},"indent":[]}},{"type":"html","value":"<code class=\"language-text\">radial</code>","position":{"start":{"line":9,"column":22,"offset":413},"end":{"line":9,"column":30,"offset":421},"indent":[]}},{"type":"text","value":" 为 ","position":{"start":{"line":9,"column":30,"offset":421},"end":{"line":9,"column":34,"offset":425},"indent":[]}},{"type":"html","value":"<code class=\"language-text\">true</code>","position":{"start":{"line":9,"column":34,"offset":425},"end":{"line":9,"column":40,"offset":431},"indent":[]}},{"type":"text","value":" 时,将会以辐射形式展示树。在使用辐射树时建议将布局的 ","position":{"start":{"line":9,"column":40,"offset":431},"end":{"line":9,"column":68,"offset":459},"indent":[]}},{"type":"html","value":"<code class=\"language-text\">direction</code>","position":{"start":{"line":9,"column":68,"offset":459},"end":{"line":9,"column":79,"offset":470},"indent":[]}},{"type":"text","value":" 配置为 ","position":{"start":{"line":9,"column":79,"offset":470},"end":{"line":9,"column":84,"offset":475},"indent":[]}},{"type":"html","value":"<code class=\"language-text\">LR</code>","position":{"start":{"line":9,"column":84,"offset":475},"end":{"line":9,"column":88,"offset":479},"indent":[]}},{"type":"text","value":" 或 ","position":{"start":{"line":9,"column":88,"offset":479},"end":{"line":9,"column":91,"offset":482},"indent":[]}},{"type":"html","value":"<code class=\"language-text\">RL</code>","position":{"start":{"line":9,"column":91,"offset":482},"end":{"line":9,"column":95,"offset":486},"indent":[]}},{"type":"text","value":"。","position":{"start":{"line":9,"column":95,"offset":486},"end":{"line":9,"column":96,"offset":487},"indent":[]}}],"position":{"start":{"line":9,"column":1,"offset":392},"end":{"line":9,"column":96,"offset":487},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":10,"column":1,"offset":488}}}}