Hi,
I am using horizontal bars and I’d like to render the name of the bars outside of them. Is it possible to do this?
Thanks in advance!
Hi,
I am using horizontal bars and I’d like to render the name of the bars outside of them. Is it possible to do this?
Thanks in advance!
Hi @noah,
Absolutely. Please look into this document: https://chartfactor.com/doc/1.10/visualization_options/orientation/.
In short, use the setting below to specify where the text should be rendered:
myChart.set('yAxis', { 'text': 'out'} )