I have created a bar chart using google Column Chart, now
- I have only integer values in my datatable but google divide acis with float values, is there a way to force chart mark only integers?
- is there any way to show value labels on top or inside bar chart? I found some way for image chart, but I whould like to keep chart interactive
For your first problem you can use
gridlinesproperty, take a look at this post to see how you can use it.For the second question I don’t really understand. When you go on a bar with your mouse, the popup with values isn’t already displayed on the top of the bar?