Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. AJAX help!

    Do you need incremental charts like the ones we've in Instrumentation Suite at www.fusioncharts.com/IS > Gallery > Data-streaming charts?
  2. Adding a title for every chart

    Using the source code in Enterprise License, you can add your own message.
  3. I'm afraid this is not directly possible with FusionCharts, as of now.
  4. Support for Keynote

    Hi, I'm not sure if I've understood your query. Can you please elaborate?
  5. line attributes how to change

    Can you please send your entire XML and also the name of SWF that you're using?
  6. How to set a width limit for bar columns?

    Hi, Currently, there isn't a direct way to set that. You can only control the spacing between bars by setting: <chart plotSpacePercent='50' ..> (or a value between 20-80).
  7. Yaxis number formatting error

    Set numDivLines='6' yAxisMaxValue='1440' yAxisMinValue='98' yAxisNamePadding='2' adjustDiv='1'
  8. How to make the legend appear line by line

    You can try <chart legendPosition='RIGHT' ...>
  9. Save As issue

    Hi, I'm afraid we do not support this functionality natively. Also, "Save as" is not a default browser function - I think you might be having some additional plugins installed to do that.
  10. Pie rendering problem with zero values

    Hi, Can you please send us the XML for these charts?
  11. Coldfusion Code

    Hi, Can you please paste the output HTML code generated by your CF code -I'll debug that for you.
  12. Hi Viet, I'm not sure what could be the problem with that sample app. Can you try the code we've given in our documentation - there's a simpler drill down demo in that too. Or, you can set up FusionCharts with your own CF code.
  13. XML Parser and Fusion Charts

    Try traversing the entire tree using DOM once and see if it's able to access the elements.
  14. DragNode question

    No - that's not possible. We've a separate drag-line chart for that.
  15. Back ground color of graph(fusion chart)

    With which SWF are you trying this?
  16. Auto resize problem

    Hi, We recommend using the pixel based resizing instead of percent based resizing. When you set the width/height in percentage, the control for resizing moves out from the chart to browser.
  17. Bell shaped chart??

    Hi, We'll try and add it to our suite by Dec mid.
  18. customizing colors in Pie 3D chart

    Set <set label='xxx' value='yyy' color='HexCode_Without#' ..>
  19. FusionChart Error

    Just check it with a couple of browsers if they're rendering the same. Specifically, IE, FF and Safari on Mac.
  20. Bell shaped chart??

    Currently, we do not have a bell shaped curve.
  21. related to pie chart

    See www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts and PHP
  22. Back ground color of graph(fusion chart)

    See http://www.fusioncharts.com/docs/Contents/AttDesc/Background.html
  23. Positioning of Map

    Billy, Just position the DIV which contains the map in a table that is 150px down in your HTML page.
  24. transform into multiseries

    You may want to see www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts and PHP > Multi-series chart for more information on this.
  25. Use the grid as if it's another chart on the same page and provide the same XML to both.