vokhoa408

Members
  • Content count

    5
  • Joined

  • Last visited

About vokhoa408

  • Rank
    Forum Newbie
  1. I have 4 items in a pie chart. The labels overlap each other when 1 piece of the pie is extremely small compared to the other pieces even when smart labels are enabled. This happens in the Pie3D.swf here is the XML is there any way around this?? Thanks in advance.
  2. I was wondering if there was a way to add labels to the Pie3D.swf without shrinking the size of the pie. Some of my labels are really long, so if i have showLabels=1, it makes my pie really small. Is there a way around this?? Thanks in advance.
  3. Cannot mouse over entries with a value of 0

    That worked wonderfully! Thank you very much!!
  4. Cannot mouse over entries with a value of 0

    It seems like the scrollbar is what is preventing the mouse over. Anyone else have issues with this?
  5. 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.