ayixidelu

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by ayixidelu

  1. HI, I would like to show some information in tooltext for each bar, while if the bar is very small (value of 0 or 0.03 in range 0-100.), the tooltext will not be displayed when moving mouse to bar. Is there any workaround for it??? From Fusion chart V3 docs, there is a displayValue for <set> element, while displayValue does not work for me: <set label='Jan' labelHAlign='left' tooltext='50-100' value='0.02' displayValue='50-100'/> The string set in displayValue never displayed. Is there any solution for this issue?? I appreciate your help!
  2. Hi, I would like to make chart label as href link, when user click the label, i want it call some function. While my following code does not work: var event1="myevent1"; var page1="mypage1"; xml="..." + "<set label='<a href="#"onClick=""+ "window.parent.events.fireEvent(" + event1+"," + page1+ ")">MyLabel1</a>' labelHAlign='left' tooltext='first' value='10' color='ff0000'/>"+ "..." chart.setDataXML(xml); Other parts of xml is ok, could you help me point where the problem is? Thank you.
  3. Basundhara and Rajroop, Thank you for the kind help. I am using the fusion charts free, will try to find other workaround. This is really a good forum, I hope I could find here earlier. Best regards.