Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right Type of Plots for Usage/Traffic #3358

Open
nadheesh opened this issue Nov 14, 2024 · 0 comments
Open

Right Type of Plots for Usage/Traffic #3358

nadheesh opened this issue Nov 14, 2024 · 0 comments

Comments

@nadheesh
Copy link

Problem

What is the best plot type for usage or traffic data? Line plots may not be ideal, as their shape and scale can vary depending on the bin size used to aggregate data, especially when adjusting the plot’s time range. Below is an example illustrating this issue:

Screenshot 2024-11-14 at 10 33 19

Additionally, using a solid fill under line plots can sometimes be misleading, as it may cause them to resemble bar plots visually:

Screenshot 2024-11-14 at 10 35 07

Solution

Use bar plots, as they are ideal for displaying discrete counters. Each bar can accurately represent a bin (e.g., 1 minute, 15 minutes, 1 hour, 1 day).

Alternatively, if using line plots, consider making the solid fill transparent to avoid any potential misinterpretation.

Affected Component

Analytics

Version

4.4.0

Implementation

No response

Related Issues

No response

Suggested Labels

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant