rajat

Members
  • Content count

    6
  • Joined

  • Last visited

Posts posted by rajat


  1. i have downloaded the below mentioned sample project ( CustomWebView.zip ) i.e. posted at the end of this thread & tried to create a Column 3D chart.

     

    http://forum.fusioncharts.com/topic/13555-fusioncharts-on-two-uiwebviews-ios/

     

    Now i am able to plot it in my iPad simulator but i am not getting the growing animation of column what i have seen in demo project ?

     

    It is taking some seconds & then it draws the chart  directly on simulator screen without the growing animation.  

     

    How to fix it ?


  2. Hi,

     

    On the first page (main page) there are 3 panels.

     

    If you click on any of the data plot of Column 3D Line Dual Y chart, Pie chart and Multi-Series Column 3D chart will be updated according to the data.

     

    And, if you click on the data plot of the Multi-Series Column 3D chart another chart will be loaded, just below itself.

     

    Panel 1: Column 3D Line Dual Y chart

    Panel 2: Pie chart

    Panel 3: Multi-Series Column 3D

    Div: Column 3D Line Dual Y chart

     

    If you click on the tabs below the Pie Chart, new page will be loaded in a new window.

     

    This page contains two divs. If you click on the data plot of the chart in the 1st div, another chart will be loaded in the 2nd div.

     

    Hope this helps.

     

    Thanks for this reply

     

    I have anothe r question , Suppose i am currently showing this webpage in my webview controller in iPad.

     

    Now i am selecting suppose the year 1994/1995/1996 , can i able to get those data in my native objective-c code.

     

    As these things are not hyperlink


  3. I am just refering to following URL http://www.fusioncha...e.asp?year=1994

     

    http://www.fusioncharts.com/demos/business/management-dashboard/view/Default.asp#start

     

    So here there are 3 panels are present on which on selection of first panel , the other two panel changes.

     

    So i am wondering is it a single page or 3 different page,can some one help me to explain how it works?

     

    For using in my ipad tablet i have to take a single panel or 3 different panel for this?


  4. i am trying to run sample xcode project provided by Fusion chart on iPhone but it is not showing anything in simulator(Error Message : No data to display).

     

    Tools used: Xcode 4.2 and iPhone Simulator 4.2

     

    Currently i am getting following data from the URL

     

    {"request":{"parameters":{"period":"7","q":"html5","slice" :"86400"},"response_type":"json","resource":"searchhistogram","url" :"http://otter.topsy.com/searchhistogram.json?period=7&q=html5&slice=86400"},"response":{" histogram":[2863,1783,2247,2864,3105,3476,3910],"period":7,"count_method":"target"," slice":86400}}

     

     

    Got it working...Some proxy issues..:)


  5. i am trying to run sample xcode project provided by Fusion chart on iPhone but it is not showing anything in simulator(Error Message : No data to display).

     

    Tools used: Xcode 4.2 and iPhone Simulator 4.2

     

    Currently i am getting following data from the URL

     

    {"request":{"parameters":{"period":"7","q":"html5","slice" :"86400"},"response_type":"json","resource":"searchhistogram","url" :"http://otter.topsy.com/searchhistogram.json?period=7&q=html5&slice=86400"},"response":{" histogram":[2863,1783,2247,2864,3105,3476,3910],"period":7,"count_method":"target"," slice":86400}}


  6. Any reason for not upgrading to the least supported jQuery version? I am not seeing the jQuery dependency being extended to any other library anytime soon.

     

    Thinking aloud: since you are using the adapter, you could try adding support for the following events by coding the same within the prototype adapter: "dragstart", "drag" and "dragend". As you have observed, we internally extend jQuery to respond to these pseudo-events. :)

     

     

    Hi shamasis, i am trying to run sample xcode project provided by Fusion chart on iPhone but it is not showing anything in simulator(Error Message : No data to display).

     

    Currently i am getting following data from the URL

    {"request":{"parameters":{"period":"7","q":"html5","slice":"86400"},"response_type":"json","resource":"searchhistogram","url":"http://otter.topsy.com/searchhistogram.json?period=7&q=html5&slice=86400"},"response":{"histogram":[2863,1783,2247,2864,3105,3476,3910],"period":7,"count_method":"target","slice":86400}}Tools used: Xcode 4.2 and iPhone Simulator 4.2