Search code examples
reactjsecharts

How to create graph with complex nodes using echarts and react?


I need to create a graph with complex nodes like this

The only vizualization library I am familiar with is echarts, but I can't find a way to do this with echarts. Closest call is rich text on label, but it doesn't seem possible to make labels as complex as these. Is it possible to do this with echarts? Or maybe you can suggest another library? I had a quick search for vizualization libraries, but they all look similar.


Solution

  • Take a look at this library, it is called React Flow. And here is a guide on how to use it.