Is there any way to define the user defined bin sizes in Histogram?
For example I have a field called Product size that has data varying from 0 to 5000.I want to be able to divide the bins as:
<100, 100-300, 300-500 and 500+ for the histogram. If I define the custom bin size as 4, it automatically divide it into bin sizes with equal number of intervals. I want to be able to define the sizes as above. How do I do that?