vokhoa408 Report post Posted October 20, 2009 I have a small problem and I am pretty sure there's ways around it, but I have been able to find one myself. So the data I charting is very spread out. Some values may be 15k and some values might be 1 or 0. My problem arises when I try to mouse over the columns that have a very small values compared to the other ones. I cannot get the tooltip to show up for those column since they're so close to the bottom line. Another small issue is that I have links attached to the columns. And because I cannot mouse over the columns, I cannot click on them. This is NOT a problem in the 3D column charts; they work fine with these values. But this problem arises when I use the ScrollColumn2D. I'm pretty sure it'll show up in all other 2D column charts as well. Is there any way around this? I really need a way for users to be able to click on a column with a value of 0 so it pops up some other information. Thanks in advance. Share this post Link to post Share on other sites
vokhoa408 Report post Posted October 20, 2009 It seems like the scrollbar is what is preventing the mouse over. Anyone else have issues with this? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 21, 2009 Hello, Can you please consider adding scrollPadding='5' in the <chart> element? Then the links to even zero values will work. Hope this helps. Share this post Link to post Share on other sites
vokhoa408 Report post Posted October 21, 2009 That worked wonderfully! Thank you very much!! Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 22, 2009 Hello, You are most welcome. Glad that I could help you. Happy FusionCharting. Share this post Link to post Share on other sites