我应该使用 cytoscape.js 中的什么布局名称/类型和配置来实现下图中的布局

What layout name / type and configuration in cytoscape.js I shod use to achieve the layout in the picture below

cytoscape.js我应该使用什么布局名称/类型和配置来实现下图中的布局 像水平树....

从左到右对齐的达格雷:

分机:https://github.com/cytoscape/cytoscape.js-dagre

从上到下的演示:http://js.cytoscape.org/demos/e52c2fbc0b09edd6ec46/

layout: {
    name: 'dagre',
    rankDir: "RL",
}