Hi,
I am new to plotly js. I want to add title to the right hand side of the graph along y-axis but I also want to keep the tick text at the left side. Is it possible using plotly js ?
Thank you
Hi,
I am new to plotly js. I want to add title to the right hand side of the graph along y-axis but I also want to keep the tick text at the left side. Is it possible using plotly js ?
Thank you
I would recommend using an annotation for this task:
Thanks a ton. That’s worked