Can I create a flow chart (no tree chart) using D3.js [closed]
问题 can I create a flowchart like this one: starting form a json object using the D3.js library? What should the json structure look like? Have you got any example I can analyse? Thank you very much. 回答1: In my humble opinion D3.js is not suited very well for this kind of visualization. The visualization is just too complex to do a simple mapping from data to SVG (and that's what D3.js is mainly for: generating DOM (documents) from Data through concise mappings). You can work around those