Closed AuroraLS3 closed 8 months ago
Holy **** I have been looking for a easy to use/free Network Map chart, and this Apache ECharts has it! Just named weirdly "graph-label-overlap"
https://echarts.apache.org/examples/en/editor.html?c=graph-label-overlap
Now I just need to get better at JS... then I can make a Clan Network graph!
I would like to be able to..
Have easier time writing state updating code for graphs
Is your feature request related to a problem? Please describe.
HighCharts does not seem to have a React compatible API, and uses DOM to choose render to a specific element and updates need call to the created chart object. This may make it difficult to integrate changing data if something like that is done in the future.
Apache Echarts is an open source graphing library that seems to support all of the same features highcharts does, at least on the surface.