I have the following graph that shows bits per second over time:
I want to reformat the size format so it would look more readable. In order to do that I have to decide what is the right size format to show.
My data array looks like this:
[2919556699, 2912227197, 3416038936, 2874881968, 2698255215, 2397888873, 2420727173, 2828319752,…]
My Question Is there any logic that is commonly used to decide about a readable size format? If not, what would you suggest to implement in order to decide if to show the data in Kbps / Mbps / Gbps / Tbps?