Hi I'm helping on a project and the initial plan was to make use of google charts for the content of come components (we're changing it to react). I'm just tarting out with google charts and the problem is that i've gone through the google charts documentation, searched online and on stackoverflow but i can't seem to figure out if it's even possible to do what was planned ...
the design is to display bar chart (horizontally) in a container/card beneath the title of the card, no x axis, no y axis, just the bars and instead of having the data on the axis y axis display what each bar represents and how much each bar represents (the blue and red bars in the grey total in the jsfiddle), this should be displayed on the chart(inside), above each bar ... I thought it could be done using annotations, and maybe find a way to make the annotation line invisible or give it the same color as the chart background but i've only seen examples where single annotations are displayed at the very end of the bar
example of how we want the bar graph to look:
https://jsfiddle.net/dvmp3js6/ ... can this be done with google charts ?