tgupta1983 Report post Posted September 21, 2017 (edited) I have a column chart display (with scroll) and with multiple plots. I want to know if I can increase the width of the columns being rendered. I have two plots being displayed and their data values are overlapping. If there is a better solution, please advise. See attached image for the reference. Edited September 21, 2017 by tgupta1983 Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 25, 2017 Hi, In order to display the values without getting overlapped kindly use rotateValues attribute at the chart level and set its value as 1, refer the sample fiddle - http://jsfiddle.net/L42kd9hv/ Share this post Link to post Share on other sites
tgupta1983 Report post Posted September 25, 2017 Thanks Ayan. Worked like a charm. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 26, 2017 Good to know that the problem was solved. Share this post Link to post Share on other sites