FusionCharts Support

Members
  • Content count

    2,097
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by FusionCharts Support

  1. Data label displayed along with the data plot on chart.

    Hi, From 3.1 version, our upcoming release you can set displayValue for each <set> which would show that value aginst the dataplot.
  2. GridComponent

    Oi, Grid s
  3. rotation and slicing movement

    I ma afraid, no.
  4. How to bold the font of x-axis's title

    Hi, Giving bold wight to individual element of the chart is not possible in vFREE charts. It is possible using <style> in v3 (or v3 evaluation) charts. Firefox has print preview issue with any flash movies in noScale mode. Charts in FusionCharts are primarily Flash movies in noScale mode. Yes, you would need image. PDF primarily integrates images better than flash objects (charts).
  5. Map Drill down

    The download attachment seems ok. Please donot use any download manager.
  6. Map Drill down

    Hi, Please check the code and path of the map swf and FusionMaps.js file that you are using.
  7. Legend as a link

    Hi, I am afraid, this is not possible as of now.
  8. Omit entity value from tooltip?

    Hi, You can hide all toolTips of entities whole value is 0 using hoverOnEmpty='0' in <map> (hoverOnEmpty - Boolean 0/1 Whether to show tool tip for those entities whose value has not been defined in the XML data?)You can set a blank tooltip using toolText=' ' in <entity> element. This would show a small blank value when the entity is hovered using mouse.
  9. using Google Doc spreadsheets

    Hi, Thanks. I am afaird, I did not clearly get the point/issue/problem/suggestion.
  10. Can you set the data with a XML DOM document?

    Hi, Yes, you need to use setDataXML() method to push XML data as string to the chart. Your code must parse the AJAX response to extract the required XML for each chart.
  11. i want to point out cities on world map

    Hi, Please find the attached file that has the specification sheet of New World Map. NewWorldMap.zip
  12. i want to point out cities on world map

    Hi, Do you wish to draw the timezone's line/rectangle or show the time Zone in the tooltip of the city. The first one is not possible as of now, though the first one is.
  13. Image viewer

    Hi, FusionCharts is a Flash based charting solution and it is not am image as such but renders at client side as flash movie. To get an image you would need to post the image data to a serevr side script which would process and can send back the exported image format of the chart.
  14. Chart not displayed in firefox.

    Hi, Please let us know if your page contains any other JavaScript frameworks.
  15. Overlapping labels in Pie chart

    Hi, You would need to hide the labels.
  16. Interlink between many charts

    Hi, This is not possible as of now.
  17. Save Image of chart created programmatically with AS2

    Hi, Could you please check which version of the Source Code you are using? If you are using Flash .as source code below version 3.0.5, please update your pack from http://www.fusioncharts.com/PUC ? This would update your sorce where the image saving code would be present.
  18. Stand-Alone Chart

    Hi, It is all your data and hence it is upto you to create the chart and put it in the PDF.
  19. Text Blocks relating to a particular chart

    Hi, You can put in caption or subcaption. If you wish to put text for each dataset you can put it in tooltext.
  20. Stand-Alone Chart

    Hi, Available to what?
  21. GWT + FusionChart Drill Down

    Hi, Please check these: 1. Make sure you have registerWithJS setting on when rendering the chart. 2. You are ACTUALLY passing the DOMId of the chart and not the DIV to the getChartFromId function: Note: the id is passed to the chart while defining the chart: the bold id is the chart's id. var myChart = new FusionCharts("Column3D.swf", "myChartId", "500", "400", "0", "1"); This actually sets the id of the <object>/ <embed> element. Hence, the innerHTML of the chart would be either some <params> (in IE) or nothing at all in other browsers where <embed> is supported.
  22. Combination charts

    Hi, If you wish to plot the column and line using same axis please use MSColumnLine3D.swf with no secondary axis.
  23. change on click

    Hi, You can use clickURL attribute that would link to a JavaSCript which would do necessary changes in the values if required and render a different chart in place of the pie chart.
  24. Stand-Alone Chart

    Hi, What you might do is create chart using Flash (from Flash source code, available fom Developer or above licenses) , put the data there only and make it a stand-alone chart with data. We have made a sample similar to this. Please check the attached file. FusionCharts_PDF.zip
  25. Pyramid animation .. not working

    Hi, We apologize for the typo in the Documentation. Pyramid, Funnel and other charts which has 3D look does not has canvas object and hence, does not support canas animation.