Sankey diagram in javascript

前端 未结 7 865
灰色年华
灰色年华 2021-02-02 16:22

I want to draw a Sankey diagram using Javascript. Can anyone provide some direction regarding the algorithms or libraries that are available for this?

7条回答
  •  长发绾君心
    2021-02-02 17:08

    D3.js uses a plugin to create sankey diagrams pretty well.

    http://bost.ocks.org/mike/sankey/

提交回复
热议问题