plan-player-analytics / Plan

Player Analytics plugin for Minecraft Server platforms - View player activity of your server with ease. :calendar:
https://www.spigotmc.org/resources/plan-player-analytics.32536/
GNU Lesser General Public License v3.0
869 stars 168 forks source link

Look into ECharts as HighCharts replacement #2342

Closed AuroraLS3 closed 8 months ago

AuroraLS3 commented 2 years ago

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.

TomLewis commented 2 years 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!