Google Charts API: Histogram, how to fuse bars and change x-ticks to integers
问题 I am using Google Chart API to create a histogram and want to modify bars to fuse with the ones next to them and change the xticks to integers. Question: How can I do the following: Fuse the bars with the one next to them? Make the h/x-ticks appear as int s? Current Output: Ideal Output: Relevant Research: I couldn't find all that much, apart from these two which helped with some of my problems but not the two above: How does one go about creating an Histogram using the google chart api?