Moving Google Chart column annotation position using annotation: line
问题 Using the below example, is it possible to move the annotations so they all appear at the same (static) position at the bottom of the graph when using style: 'line' (which makes the annotations read vertically)? google.charts.load('current', { callback: function () { drawChart(); window.addEventListener('resize', drawChart, false); }, packages:['corechart'] }); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Type', 'Completed', 'Outstanding'], ['', 75, 25], ['', 50