Sankey diagram in javascript

前端 未结 7 924
灰色年华
灰色年华 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 16:55

    Here is a fairly detailed explanation of how Mike Bostock's D3-based Sankey DIagram code works: http://www.d3noob.org/2013/02/sankey-diagrams-description-of-d3js-code.html

    I have implemented this on a Grails-based app server and it works.

提交回复
热议问题