About the different stat types...
The way I gather the data from Dynarank is as follows. I take these statistics for every player down to 10 hours flight time. I ignore the player the stat came from and drop it into two buckets, that player's faction and that player's plane type. So for each bucket, I have a collection of data for each stat, and I sort it by descending value of the stat.
Total represents each entry added together.
Mean represents the average of all entries.
Max is the point at the top of all entries.
Median is the point (player) in the middle of all entries.
Min is the point at the bottom of all entries.
There are some special cases. Player count only has a "total" (I tried to indicate this by disabling the type selector)... "Trade profit percentage" is based on two stats put together: "highest profit" divided by "revenue." Therefore the "total" and "mean" graphs should be the same, although based on different data, and the median/min/max will be weird because it won't be calculated necessarily for the same player.
Eskay wrote:
Bug: When moving directly from one line to another (rather than across whitespace), the detail popup doesn't update until the time changes, even though the datapoint icon does update. This gives incorrect detail popups.
Thanks for the report, I am not sure I can fix that but I will try.