Dynamic Chart
Statistical chart of player attribute, can be used the statistic any feature
I. Filter
1. Property
List of statistical properties: level, resource,...
2. X-Axis
How to display charts, and allocate data by: Date, Level.
3. Y-Axis
Count distinct account: count the number of players who own a certain resource
Count Max account: count the number of players who own a certain max value of a resource
II. Chart
This is a dynamic graph, the property can be anything. So with each attribute, we can understand the chart in a different way.
Let's take a simple example of owning a player's level. At 1 game with many levels to pass, players will play through the screen in turn, each pass level will be considered the player owning that level.
Similar to the example of owning resources, in an airplane shooter, the player owns many aircraft, each aircraft has different levels, each type of aircraft that the player has is considered owned by the player, and each level of aircraft that the player achieves is also considered owned by the player.
1. Count distinct account by date
For example, Figure 1.1 shows that on May 5, 2023, the number of players who have played through Chapter 3 is 3700 users, including players who have played through higher levels.
2. Count distinct account by level
For example, Figure 2.1 shows that between May 3 and May 10, the total number of players who played through Chapter 3 was 15767 users, including players who played through higher levels.
3. Count max account by date
For example, Figure 3.1 shows that the highest number of players who reached the chapter milestone of chapter_3 (including players who did not play that day but had reached the highest chapter of chapter_3) on May 5, 2023, is 1863 users.
4. Count max account by level
For example, Figure 4.1 shows that the total number of players who reached the highest chapter milestone was chapter_3 (including players who did not play that day but reached the highest chapter of chapter_3) between May 5 and May 10 at 13376 users.
Last updated