rajat

Members
  • Content count

    6
  • Joined

  • Last visited

Everything 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. Doubt In 3 Panel Chart

    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?
  3. Doubt In 3 Panel Chart

    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
  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}}
  5. Got it working...Some proxy issues..
  6. Fusioncharts Is Now Ipad Ready!

    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