I use the DataTable Google Chart Tools role function to comment on LineChart, as indicated in the link below:
https://developers.google.com/chart/interactive/docs/roles
But annotations go horizontally, not vertically. For example, the annotation "Getting Started with Tables" is shown vertically, what I want, but for me it will not be vertical.

I use the code below to add an annotated column: -
addColumn({type:'string', role:'annotation'});
Please, help.
source
share