-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Plot Zero Value On Yaxis When Values Are In Negetive
Sanjukta replied to Upendar Srirangam's topic in General usage
Hi Upendar, Glad that your issue is resolved. You are always welcome! Happy FusionCharting! -
Hi, Welcome to FusionCharts Forum! Could you please elaborate on the same as in which form you would like to display the label string (like a JavaScript Alert) when Links are clicked or the chart is drilled-down? Awaiting your reply.
-
Plot Zero Value On Yaxis When Values Are In Negetive
Sanjukta replied to Upendar Srirangam's topic in General usage
Hi Upendar, Please note that you had set the attribute "showZeroPlane" to '0' in the <chart> element which is hiding the zero plane. Could you please try setting the same attribute to '1' and see if that helps? Hope this helps. -
Hi, Apologies for the inconvenience. This is a random issue with the Flash Player and the current version of FusionMaps. However, this has been already reported and we would be providing a fix to this issue in the upgraded version of FusionMaps, i.e, FusionMaps XT. We shall update you as soon we come up with the solution. Hope this helps.
-
Hi, Glad that your issue is resolved. Happy FusionCharting!
-
Hi, I am afraid, FusionCharts Free dos not support customizing tooltip with "toolText" attribute.
-
Hi, Could you please try setting the attribute "showZeroPlaneValue" tot '0' in the <chart> element to hide the '0' value along the Y-axis? Hope this helps.
-
Hi, Please note that FusionCharts natively does not support displaying images on the values/labels, as of now. However, we have created a hack to display images instead of the labels along the X-axis by applying "Font Styles" on the 'DATALABELS' object and setting "isHTML" to '1'. Please check with the attached XML for your reference. Note: This HACK does not perfectly on all charts. Bar charts does not support this. Hope this helps. Column3D.xml
-
Hi, Please try setting the attribute "decimals" to '2' in the <chart> element to display decimals upto 2 places on the chart. Hope this helps.
-
Hi, You are always welcome! There is an issue with the current version of FusionCharts XT in IE 8 Standard Mode. We are already looking into this and shall update you at the earliest. Happy FusionCharting!
-
Hi, Please note that the text on the chart does not resize when the chart resizes. The text on the chart is a component of the chart and the resizing feature is related to the HTML container that contains the chart. Hope this helps.
-
Hi, Thank you for your patience. We would like to let you know that our current development shows that the charts are appearing black in iPad in case you have the parenthesis ["(", ")"] in your query string of the HTML page which is loading the chart. Could you please try removing the parenthesis or replace "(" by "%28" and ")" by "%29" and see if this helps? This needs to be done explicitly as Parentheses are valid URL characters and are not encoded when using URLEncode. However, the above method is a work-around to avoid the current situation. We are researching for a concrete solution to this and shall update you accordingly. Thank you for your continued patience and patronage.
-
Crash When Resizing A No Data Chart (Zoomline)
Sanjukta replied to sviladomat's topic in Bug Reports
Hi, We are looking into this and shall update you as soon we come up with the solution. Thank you for your continued patience. -
Hi, Could you please confirm if you are rendering the charts in IE 8? In case yes, please try to enable the Compatibility Mode in IE 8 and see if this helps. Hope this helps.
-
_Overridejschartconfiguration Parameter Specification
Sanjukta replied to SergeyT's topic in Javascript Problems
Hi, You are always welcome. Glad that we could help you. Thank you for your continued support! Happy FusionCharting! -
Compilation Errors When Compiling Powercharts Source Code
Sanjukta replied to RodrigoReyes's topic in Using PowerCharts XT
Hi, Could you please try sharing your folder structure with us? WE would try to check it in CS5 Flash IDE. Otherwise it would be difficult to comment further on the same. Awaiting your reply. -
Hi, Please note that your attached XML data does not correspond to the screenshot that you had sent previously. The chart rendered using your data is displayed in the screenshot (see attached) which has no line over the zero plane. Also, after testing it seems that your "Schedule Performance Index (SPI)" <dataset> is actually overlapping with the zero plane that is causing the issue. Could you please re-check with this and confirm? Hope this helps.
-
Hi, I am afraid, there is no work-around to this, as of now.
-
Hi, Apologies for the inconvenience. I am afraid, we do not have complete support for the charts for native applications on iOS devices, as of now. However, we are working on this and shall update you at the earliest. Thank you for your continued patience and patronage.
-
Hi, Could you please confirm if you are viewing this in the Emulator? This would work in the device but not on the Emulator. Hope this helps.
-
Hi, Could you please download the latest version of FusionCharts Evaluation version, i.e FusionCharts XT (v3.2.2) that supports 3D mode in JavaScript version? Ref.- http://www.fusioncharts.com/download/ But please note that the Pie chart does not support 3D mode as of now. Hope this helps.
-
Hi, Could you please send us the sample XML so that we might test it? Awaiting your reply.
-
Hi, I am afraid, Multi-series Line chart does not support vTrendlines, as of now. However, you can provide vertical lines using <vLine> element in the <categories> element. Ref.- http://www.fusioncharts.com/docs/?ChartSS/MSLine.html#Anchor17 Also, you can try using Scatter chart with "drawLine" attribute set to '1' in order to plot vertical trendlines on the chart. Ref.- http://www.fusioncharts.com/docs/?ChartSS/Scatter.html#Anchor19 Hope this helps.
-
Compilation Errors When Compiling Powercharts Source Code
Sanjukta replied to RodrigoReyes's topic in Using PowerCharts XT
Hi Rodrigo, It seems that some misconception has been created about FusionCharts. 1. Our charts are AS2 compatible. For recompilation of our charts you need to use Flash IDE's AS2 compilation settings. This could be changed via File / Publish Settings. Please check with this. 2. For using our charts in AS3 architecture / environment, we provide a complete different set of SWF files (FusionCharts for Flex), which is provided with a special AS3 wrapper. For further detail on this please refer to the following link. Ref.- http://www.fusioncharts.com/docs/ >> Guide for Flash Developer >> Using Flash CS3/CS4 Hope this helps. -
Hi, Please note that in case you are rendering the charts in JavaScript mode, I am afraid, the versions prior to FusionCharts XT (v3.2.2) does not support the Scroll Bar feature. Could you please upgrade you current version to the latest, i.e, FusionCharts XT (v3.2.2) from PUC and see if this helps. Hope this helps.