A similar question has been asked previously here: Google Charts: Horizontal Reference Line on Barchart
but the answer involves creating a bespoke event listener which seems quite complex (to me). is there a simpler solution?
I have a google charts column chart with data displayed in various columns. I would like to add a horizontal reference line to indicate a particular threshold value on the y-axis. I am aware that it is possible to create something akin to what I want using a Google Combochart to show both columns and a line on the same chart. However, with this method, the reference line extends between the centre of the first and last column only rather than all the way across the chart.
Essentially, I want to highlight a particular value on the y-axis by having a line run all the way across the chart