-
Content count
1,253 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Rahul Kumar
-
Hi, We are glad to help you.
-
Hi, Please follow this link: http://www.fusioncharts.com/forum/FindPost8077.aspx to know more about Global Security Settings.
-
Javascript error for 'save as image'
Rahul Kumar replied to hungtrieu2910's topic in Javascript Problems
Hi, I am afraid, your declaration of chart is not correct: It should be: Please avoid using ' (quote) or " (double quote) in a query string. And if you are passing 1 to the last parameter then there is no need to passing registerWithJS=1 from query string. -
Hi, Could you please try using bgcolor='ffffff' canvasBgColor='ffffff,ffffff' attributes in <chart> element?
-
We are glad to help you.
-
Hi, My previous post was just for FusionCharts V3 not for FusionCharts Free. If you need to use it Free, then please use the code given below:
-
We are glad to help you.
-
Hi, Could you please send us the code?
-
Hi, Could you please try using pieRadius='{pixel value}' attribute in <chart> element?
-
Hi, Could you please try using showDivLineSecondaryValue='0' showSecondaryLimits='0' attribute in <chart> element?
-
trouble with Multi Series Graphs and ASP "Free Fusion Charrs"
Rahul Kumar replied to mfree57691's topic in FusionCharts and ASP
Hi, Could you please download our ASP Blue Print Application, where we have used Multi-Series charts in ASP with DataBase. -
Hi, I am afriad, it is not possible as of now. However, could you try using a combo box instead, to get the chart types. Please see the example in ASP.NET AJAX sample->Basic Chart.
-
Hi, I am sorry, it is not possible as of now.
-
Hi, Could you please try using LoadDataErrorText attribute? Example:
-
Hi, Good news, we have just sorted your the issue, and the sample PPT is attached. Just create a data.xml file in your C:1 folder, that's all. No need to do anything. and You will run the slideshow anywhere/in any PC (use it in CD/DVD, flash drive, etc). Here is how you can do it by your self. 1. Add ShockWave Control to your slide. 2. Do this: 3. Now to overcome from the issue to set FrameNum=0 and Playing=True everytime when re-playing the slide show. Here is the solution. Press ALT+11. then double click on Slide1. Please see the screenshot: In the above fig, you would need to write the following code in step 3. Now You are ready to run the Slide Show. No need to do anything extra. If you have more than one chart then, need to use Slide1.ShockwaveFlash2.* for second and chart Slide1.ShockwaveFlash3.* for third chart so on. FusionCharts_XP.zip data.xml
-
Hi, Could you please let us know what exactly you did in your last post, that it suddenly started working, and what about the second last post?
-
Hi, Please download this attachment, I have modified it as per your last post. You would need to copy column3d.swf into C: and xml files into C:1 folder. Please let us know the result. FusionCharts_in_PowerPoint_ex2.zip
-
Hi, Could you please tell us what are you getting when you run the slide show(situation as per your previous post)? Also please note that, you would need to set FrameNum=0 and Playing=True everytime, when you are re-playing the slide show.
-
Text labels masking numeric values (Y-axis)
Rahul Kumar replied to Rahul Kumar's topic in General usage
Hi, I am afraid it is not possible as of now. -
object doesn't support this property or method on saveimage()
Rahul Kumar replied to mtm81's topic in General usage
Hi, Please use unique id for DIV and chart. Wrong: It should be: Also in Script: -
Hi, Yes, you could addmore than onecharts into PowerPoint, just need to provide different xml for the charts. Please see the attached example, the same way chart another chart, provide its dataXML or dataURL value, run the slide show. FusionChartsInPowerPoint.zip
-
Hi, I am afriad, we don't have any separate docs on FusionCharts.js API, as we have shown its APIs uses in our various examples in FusionCharts docs.
-
Hi, I am sorry, my previous post is not appearing correctly as it should be. However, could you please try using instead of "J-"? Example: <chart palette='1' showValues='0' yAxisValuesPadding='10' enableLink='1'><categories> <category label='4' /> </categories> <dataset seriesName='ChargeAmt' ><set value='2460740' link="chartDrill('1,2,4')" /></dataset> <dataset seriesName='ChargeAmtYTD' ><set value='30822237' link="chartDrill(1,2,'4')" /></dataset> <dataset seriesName='Units' ><set value='244209' link="chartDrill(1,2,'4')" /></dataset> <dataset seriesName='UnitsYTD' ><set value='3013051' link="chartDrill(1,2,'4')" /></dataset> </chart>
-
Hi, It seems that you are facing some double quote/single quote issue, which has been fixed in our latest FusionCharts.js, also please avoide using FusionChartsWMode.js, we have implemented chart.setTransparent(ture); feature in FusionCharts.js itself, so chart transparency setting will also work by using FusionCharts.js, therefor please update your FusionCharts.js file.
-
Chart error after downloading file in IE 7.0
Rahul Kumar replied to Impelsys's topic in FusionCharts and ASP.NET
Hi, Could you please attach the code files with your post. Also, please let us know the error message you are getting.