rjurney

Members
  • Content count

    4
  • Joined

  • Last visited

About rjurney

  • Rank
    Forum Newbie
  1. 2 Y-axis, different colored labels

    Any word on when this next release is scheduled? I've just been asked for multiple colors on dual Y axes.
  2. I've hacked around this, doing my own AJAX request and then using chart.setDataXML - but its annoying to have to do this, so please fix the issue if you can. Thanks!
  3. It is actually even worse than this - I just tried packing multiple arguments into JSON, and sending those as a single argument. This is also scrubbed in the flash widget: to: The escaped version does get through:
  4. I am creating a fusionchart with this code: When I alert(str), in my own code, I see this valid query string with both arguments: When I place an alert inside the FusionCharts.js setDataURL method, I see this valid url with both parameters there: However, in Firebug I see that the actual url that the FusionChart widget (MSCombiDY2D.swf) is submitting is this: Which is to say that the end_date parameter is gone. I have tried adding other parameters as well, and they are also removed. This is a bug, it is an arbitrary limitation, and I require the ability to submit more than one argument in my dataUrls. Please fix promptly, or we will not be able to utilize fusioncharts in our application. Thanks!