Echarts 3 - 二分图

Echarts 3 - Bipartite chart

1) 是否可以使用ECharts 3制作二分图?

类似于:http://bl.ocks.org/NPashaP/3ba0031d3d555afca4713e5264455025

2) 可以在ECharts 3中使用'chord'图表吗?

ECharts 2 示例:http://echarts.baidu.com/echarts2/doc/example/chord1.html#-en

1) 是的,这是可能的。使用 echarts 你几乎可以做任何类型的图表。看看 "Sankey" 个例子: https://ecomfe.github.io/echarts-examples/public/index.html#chart-type-sankey

2) 我推荐使用echarts 3的demo,你的例子是echarts 2的 https://ecomfe.github.io/echarts-examples/public/editor.html?c=graph-circular-layout

大多数 echarts 3 演示都适用于最新的 echarts 4,唯一在 echarts 4 中不起作用的是堆叠折线图,但我为此提出了一个问题 https://github.com/ecomfe/echarts/issues/7549