sseeky

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by sseeky

  1. i'am using method : setJSONUrl(url) to get json data from server. but there is huge data to pass to server. as method "setJSONUrl" is using "http method GET" to send request, url than be no more than 1024 characters. Is there a way to use "http method POST" to send plenty data to server?
  2. Setjsonurl(Url) With Http Method Post

    it there an api, that i can force fusioncharts to show/hide progressbar? then i can manually controll progressbar out of fusioncharts.
  3. Setjsonurl(Url) With Http Method Post

    but, if FusionCharts load data itself, the chart will display "loading progressbar". I want to show the progressbar when i am loading data from server.
  4. Setjsonurl(Url) With Http Method Post

    Do you mean , Create an AJAX POST request and get the response data from server. then pass the data to fusioncharts? that works, but fetch data from server takes a bit long time, if i am fetching data with an AJAX POST, fusioncharts won't show progress bar correctly( cause fusion chart takes no time ).