Hi, I am struggling to find how to set the origin of the horizontal axis on a histogram chart. I am working with a data set in which I already know the binSize and intervals for example: 75 - 200 (items:15), 200 - 325 (items:12)
So I have sort of hacked my way by producing 15 rows with value of 150, then 12 rows with values of 200 and specifying the histogram.bucketSize = 125. The problem with this is of course is that the first bucket goes from, 0- 125, So I would like to force the histogram to start the first bucket at 75. Any one have any idea how I can do this? I have tried hAxis.minValue = 75 Thanks, Giampaolo -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
