-
Content count
2,097 -
Joined
-
Last visited
-
Days Won
12
Everything posted by FusionCharts Support
-
Data label displayed along with the data plot on chart.
FusionCharts Support replied to c_das370's topic in FusionCharts and ASP.NET
Hi, From 3.1 version, our upcoming release you can set displayValue for each <set> which would show that value aginst the dataplot. -
Oi, Grid s
-
rotation and slicing movement
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and PHP
I ma afraid, no. -
How to bold the font of x-axis's title
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and ASP
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). -
The download attachment seems ok. Please donot use any download manager.
-
Hi, Please check the code and path of the map swf and FusionMaps.js file that you are using.
-
Legend as a link
FusionCharts Support replied to FusionCharts Support's topic in FusionCharts and PHP
Hi, I am afraid, this is not possible as of now. -
Omit entity value from tooltip?
FusionCharts Support replied to smitjel's topic in Using FusionMaps XT
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. -
using Google Doc spreadsheets
FusionCharts Support replied to wakaster's topic in Using FusionWidgets XT
Hi, Thanks. I am afaird, I did not clearly get the point/issue/problem/suggestion. -
Can you set the data with a XML DOM document?
FusionCharts Support replied to johsve339's topic in XML Issue
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. -
i want to point out cities on world map
FusionCharts Support replied to mahesh's topic in Using FusionMaps XT
Hi, Please find the attached file that has the specification sheet of New World Map. NewWorldMap.zip -
i want to point out cities on world map
FusionCharts Support replied to mahesh's topic in Using FusionMaps XT
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. -
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.
-
Chart not displayed in firefox.
FusionCharts Support replied to FusionCharts Support's topic in Bug Reports
Hi, Please let us know if your page contains any other JavaScript frameworks. -
Hi, You would need to hide the labels.
-
Interlink between many charts
FusionCharts Support replied to FusionCharts Support's topic in General usage
Hi, This is not possible as of now. -
Save Image of chart created programmatically with AS2
FusionCharts Support replied to FusionCharts Support's topic in General usage
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. -
Hi, It is all your data and hence it is upto you to create the chart and put it in the PDF.
-
Text Blocks relating to a particular chart
FusionCharts Support replied to Dcooke's topic in General usage
Hi, You can put in caption or subcaption. If you wish to put text for each dataset you can put it in tooltext. -
Hi, Available to what?
-
GWT + FusionChart Drill Down
FusionCharts Support replied to FusionCharts Support's topic in General usage
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. -
Hi, If you wish to plot the column and line using same axis please use MSColumnLine3D.swf with no secondary axis.
-
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.
-
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
-
Pyramid animation .. not working
FusionCharts Support replied to wbdvlpr's topic in Using FusionWidgets XT
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.