I am charting to sum of data downloaded per data. The value of bytes can get very high, so naturally I want to represent the values as KB, MB, GB, TB, etc. However I don't know what the range of values will be ahead of time (it is based on the user's input). Is there any way to dynamically render the values and axis labels as human-friendly filesizes?