ihum Report post Posted August 16, 2014 I want to add label on right side. Can I do this? Sample as attach file. Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted August 18, 2014 Hi, To set the labels on right side of the chart you can always make use of the text annotations and set the text align with respect to x and y axis of the chart. Below is a link of a fiddle which will let you understand of how to use text annotations. http://jsfiddle.net/moonmi/TNcWm/5/ Thanks. Share this post Link to post Share on other sites
ihum Report post Posted August 18, 2014 Hi, To set the labels on right side of the chart you can always make use of the text annotations and set the text align with respect to x and y axis of the chart. Below is a link of a fiddle which will let you understand of how to use text annotations. http://jsfiddle.net/moonmi/TNcWm/5/ Thanks. Thanks very much Sonowal, I will try. Share this post Link to post Share on other sites
ihum Report post Posted August 29, 2014 Ok now i found new solution. Maybe annotations that difficult for me. Now i apply by trendLines but set attribute alpha=0 and valueOnRight=1. this easier for me. Thank Share this post Link to post Share on other sites
Sanjukta Report post Posted August 29, 2014 Ok now i found new solution. Maybe annotations that difficult for me. Now i apply by trendLines but set attribute alpha=0 and valueOnRight=1. this easier for me. Thank Glad your issue is resolved! Share this post Link to post Share on other sites