Suggestion: Make the MC version pie chart collapse like the OS/Java chart.
The readability of the version chart is currently not great if the plugin is pretty old.
Especially with the addition of newer versions, it can be hard to make conclusions from the tab in a quick manner.

Generally, developers and users only care about the major version digits (1.8, 1.12, 1.18...) and not the minor versions (1.12.1).
It would be great if the version chart could be of the same type as the Java and OS charts.
This would mean for example that 1.18 would be a slice that expands to 1.18, 1.18.1, 1.18.2 etc.
As a benefit, this would also reduce the amount of smaller slices that might be there due to a single server staying on an old minor version.
If this is a reasonable request, I could look into making a PR for this.