Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Best Chart Type

    How about a multi-series stacked bar chart as at http://www.fusioncharts.com/GalleryChart.asp?id=53 or maybe 2 bullet graphs (http://www.fusioncharts.com/widgets/gallery.asp#bullet)?
  2. Hi, Can you please send us the XML?
  3. Hi, I'm afraid we do not support scroll in drag node chart.
  4. seat map

    We'll have to develop a custom map for you for that purpose. Please mail us at support [at] fusioncharts.com with your seating screenshot.
  5. You'll have to write your scripts to take data from Task Manager and then convey it to chart.
  6. Random problems with the chart

    Can you try the JS method of embedding the chart?
  7. Call jpg image generation by PHP??

    David, I'm afraid we cannot generate images at server side yet, owing to the technology that we're using.
  8. exporting to vector-based (adobe) image

    I'm afraid we do not yet support SVG.
  9. Problem with Label animation in pie 3d

    Just replace % with with pixel values.
  10. Self updating chart without a web server

    You can try with a local file too - but that would raise Flash player security settings issue and you would have to configure in all your client machines.
  11. Selecting few nodes in Drag Node Chart

    I'm afraid we do not have any option for that yet.
  12. DragNode chart not rendering in IE

    Can you try reinstalling the Flash Player in IE?
  13. Drag Node plot border color ignored?

    I'm afraid you cannot specify a bordercolor for each set.
  14. Drag Node chart styles problem

    Please use VTRENDVALUES as the object name.
  15. I'm afraid currently we do not have an option for this.
  16. But in FusionCharts, when the chart has been rendered, the FPS actually drops to 0, as the last command in the chart is stop(), which prevents any more frames from running.
  17. Yes - you can re-render the chart at client side. But in that case, all data that had been streamed to chart after last loading would be lost (unless you account for them in the new XML).
  18. Thermometer Gauge

    Please see http://www.fusioncharts.com/widgets/Gallery/Thm3.html
  19. Gantt View

    Hi, I'm afraid our Gantt chart doesn't support these features as of now.
  20. I'm afraid you cannot do it as of now.
  21. Drilldowns not posting back to asp.net page

    Andy, What links are you using for the chart?
  22. Y axis name

    I'm afraid no.
  23. >> I have downloaded FusionWidgets V3 evaluation version. How long is the evaluation period? Unlimited. >> i want to try to use the gantt chart with scrolling support + multiple tasks per process. Yes. See an example at http://www.fusioncharts.com/widgets/Gallery/Gantt5.html >> I have downloaded the sample code FusionWidgets_CS.zip, I realise I cant add FusionCharts.dll to my .net 1.1 web application. You can use even without the DLL >> I am wondering if I could buy the developer license for using on 1 website @ $199. Yes.
  24. Anchors/lines too near the top chart border

    You can increase the chart's upper limit by setting [chart yAxisMaxValue='2' ...]
  25. In our charts, we use System.useCodePage = true - does that conflict with OL's char management?