Emilio Report post Posted February 22, 2018 Hello, Is there any way to avoid the collision that can happen between bar value and line dot, as shown in attached screenshot? Specifically, the collision occurs over the first bar where the bar value and line dot want to occupy the same space. Secondly, I've requested that the bar values be placed outside of the bars but the 2nd bar's value isn't cooperating. I believe this has to do with the amount of space above the bar. Is there a way to make sure there's always enough room above the bars to display the values so that no overlap happens? Thanks, Emilio dataSource JSON.txt Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 22, 2018 Hi, We checked the sample at our end, and the values are not overlapping at our end, please check the sample fiddle for reference - http://jsfiddle.net/s2o68mrr/1/ Share this post Link to post Share on other sites
Emilio Report post Posted February 22, 2018 Our charts have a height smaller than what you show. If you change the height on the fiddle chart to something around 150, you'll see overlapping. Any thoughts on that, or my other question? Thanks in advance. Share this post Link to post Share on other sites
Emilio Report post Posted February 27, 2018 Hello FusionCharts, I've been thinking about this a little more and I guess what I'm asking is if there's a way to make those two objects (bar and line) aware of each other. Am I right in thinking that they're not currently? So, if my chart is small enough, then there's likely to be overlapping of elements. Is that correct? Thanks. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 28, 2018 In that case please set yAxisMaxValue attribute at the chart level accordingly this will fix the overlapping problem, also all the values for the column plot will show outside, here is a sample fiddle - https://jsfiddle.net/zw2h1q21/ Share this post Link to post Share on other sites