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!