Sher

Members
  • Content count

    7
  • Joined

  • Last visited

Everything posted by Sher

  1. Fusioncharts Is Now Ipad Ready!

    Hi, We are facing another issue, where tooltips are not shown on the points where we are hovering. Please have a look at the attached graph. It is way off if there are spikes. Thanks Sher
  2. Fusioncharts Is Now Ipad Ready!

    We are using jQuery 1.2.6, which is not compatible with the FusionCharts' version. We are using prototype with highcharts-adapter for our charting. Thanks Sher
  3. Fusioncharts Is Now Ipad Ready!

    Hi Sumedh, Any update regarding this? Thanks Sher
  4. Fusioncharts Is Now Ipad Ready!

    Hi Sumedh, Thanks for the quick response. I have another concern. Zoomline chart is not working as expected with our setup. I am suspecting below is the reason. There is some piece of code which extends jQuery's event model (dragstart, dragend etc). Can this part be made generic so that it is compatible with other libraries (prototype with adapter). Thanks Sher
  5. Fusioncharts Is Now Ipad Ready!

    Hi Sumedh, Actually there are couple of scenarios. Earlier we were using flash version of fusioncharts. Now we have switched to javascript mode. javascript mode slows down whole page. We have dashboard kind of pages where users can setup as many as 16 charts. flash version is better performing than javascript version. Also if the datapoints/ no. of series increases it slows down the rendering and whole page is not responsive to events (scrolling etc) Thanks Sher
  6. Fusioncharts Is Now Ipad Ready!

    Hi Sumedh, Thanks for the quick response. We are using FusionCharts 3.2.2 (MSLine) with tooltips on. i am attaching the sample Data XML which is causing the browser to hang (Safari). Thanks Sher testXML-1.xml
  7. Fusioncharts Is Now Ipad Ready!

    We are using FusionCharts v3.2.2 with prototype (highcharts adapter). We are facing a performance bottleneck if we have lot of data points on the chart. Page hangs with the error (Uncaught RangeError: Maximum call stack size exceeded). Also page becomes super slow, if the chart has lot of data points. Any idea why this is happening?