I am currently making a histogram to bucketize a set of data that I am getting as a small decimal. Values are in the range of 0.0001 - 0.001 give or take. However, it appears I can only change the metric bucket size by whole numbers. Is there any way to bucketize data in smaller ranges like this?
Thanks very much.
Views
Replies
Total Likes
Could you use a calculated metric to multiply your values by 10000 to get them to whole numbers for the purpose of the Histogram?
Not ideal.. but might be a stop-gap solution for now?
Views
Replies
Total Likes