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.