How to change the annotations position on bars and lines with google charts
问题 annotations on the google charts stacked to each other. I want to separate them and put it to appropriate position based on where it's own bar/line. something like the image below. annotation.stem.length move but they move all together. I saw also saw solution here but it's not working/moving any texts. it's quiet advanced for me so it's hard for me to modify. Chart i want to achieve google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawDSRPerformance)