RaulBarros

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by RaulBarros

  1. Hi, i am using a FusionCHarts XT v3.2.1 and i would like know why the "scaleRecursively" property not working correctly. I'm Following the example found in "http://docs.fusioncharts.com/charts/contents/?DrillDown/JavaScript.html" in the topic: "Recursive Number Scaling". the chart configuration: <chart ... defaultNumberScale='s' numberScaleValue='60,60,24,7' numberScaleUnit='min,hr,day,wk' scaleRecursively='1' ...> I'm receiving numbers like "5.67 min" instead "6min 7s". What is wrong? Thanks in advance for your help!
  2. Hello, I am a new member on the forum and have a question, it's possible use the event OnMouseOver on a chart type Bar2D to call a javascript function instead of showing a text? I do not know if I was very clear in my question, but thanks for the attention.
  3. Mouse Over Event

    Ok, thanks for the attention and clarifications, your help was very impotante for me.
  4. Mouse Over Event

    Thank you. I will try explain better, Is it possible build a linked chart using 'onMouseOver' event instead 'onClick' Event to render the linked chart (a new chart)?
  5. hi, do you know if is it possible use the event OnMouseOver on a chart type Bar2D to call a javascript function instead of showing a text?

    Thanks for your atention.