Using 'current' version, I cannot get the histogram to properly reflect the specified bucketSize. Oddly enough, when I specify a bucketSize of 0.1, the histogram will default to some algorithmically calculated bucketSize. But when I don't specify, the histogram's algorithmically calculated bucketSize will be exactly 0.1. So, I know the histogram can support bucketSize of 0.1, but I have no way to enforce it. I've have tried adding "hAxis { type: 'category'}" to options as suggested by another forum post, but it does not work on my particular data set (roughly size ~4000). I read another forum post that suggested reverting to version '43', but that entirely broke the histogram such that it did not show up at all.
Does anyone know any workaround for this issue?