Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Constant attempt to find of Data.xml

    Hi, Can you please send us the code at support [at] fusioncharts.com?
  2. export fusion charts to pdf

    You cannot render them in background as the charts need to be rendered at client side once before it can be exported to image.
  3. Color Palette

    I'm afraid you cannot re-define the palette from XML as of now.
  4. Iraq map in FusionMapsGUI

    Can you try running the files from a server instead of local file system?
  5. Multiple lines labels in pie chart?

    I'm afraid the pie charts do not yet support multi-line labels. As of now, you can either hide the labels on chart and show them using the grid.
  6. How a piechart achieve realtime?

    I'm afraid we do not have a real time pie chart.
  7. Hi, Can you share a live link with us for debugging?
  8. Just change dateFormat="mm/dd/yyyy hh:mn:ss" to dateFormat="mm/dd/yyyy"
  9. Zoom In/Out function not working right

    The zoom that you're using here is actually zooming the entire Flash movie (from Adobe Flash Player API) - as such it's not controlled by FusionCharts.
  10. saving images

    Hi, We would be willing to help with any 3rd party licenses/support that you need on this - just drop me an email at pallav [at] infosoftglobal.com
  11. My chart is not working

    Please see www.fusioncharts.com/docs > Guide for Web developers
  12. problem "saveAsImage" help

    What version of PHP are you using? Can you try any general image saving script to see if the PHP+GD installation is right?
  13. Stacked Column 3D question

    You can set the chart limits as: [chart yAxisMinValue='0' yAxisMaxValue='10000' ...]
  14. Save image with runtime parameter

    You can just change the server side script to do this.
  15. Pie Chart and removing default labels

    Please use [chart showLabels='0' showValues='0' ]
  16. Hi, We do not create new nodes based on user's click position. But the user can drag it around after creation.
  17. Manipulate Pie Chart Values

    I'm afraid it's not currently possible in FusionCharts.
  18. yAxisMaxValue

    FusionCharts cannot have y-axis limits out of data range.
  19. Text label inside 2D Bar lines?

    Brady, I'm afraid you cannot push the y-axis labels inside.
  20. Updating data on the fly?

    Andy, When using dataURL, the chart first clears existing chart, reloads data and then renders - as such there is a momentary gap which causes the flicker.
  21. scroll options for 3D charts

    I'm afraid we do not have scroll option in Column3D charts.
  22. Cannot open the downloaded Image

    Hi Ken, Is the chart exporting as image on the first hand?
  23. I'm afraid that's not currently possible with FusionCharts.
  24. Thermometer Gauge

    You can use string concatenation to do it.
  25. Encoding for

    Can you make sure your XML has correct BOM mark?