-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Not able to call a function on Mouse Click
Sanjukta replied to ultifinal's topic in Javascript Problems
Hi, Could you please enable the parameter registerWithJS to "1" to register the chart with JavaScript? It's the last parameter in FusionCharts constructor function. Ref.- var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1"); If you are running the application from local file system and not from web server (local or live) please check that you have Flash Player Global Security settings set on. To read more on this please read: http://www.fusioncharts.com/forum/Topic5009-47-1.aspx#bm8077 Hope this helps. -
vTrendlines don't work with multi-series 2D line charts
Sanjukta replied to lolek's topic in XML Issue
Hi, You are welcome. The XML you have posted is completely correct. Just a minor change. The attribute linePosition="0.1" that you mentioned can only have the value of either "0" or "1". Ref.- <vLine color="000000" thickness="50" alpha="50" linePosition="0.1" labelPosition="0" labelHAlign="right" showLabelBorder="0" /> I am afraid, the Bevel effect that extends out of the chart cannot be removed when the thickness of the vLInes is increased, as of now, as I have already mentioned earlier. Please feel free to revert in case you have any further queries. -
Uncaught TypeError: Cannot call method 'hasRendered' of null
Sanjukta replied to Sanjukta's topic in FusionCharts and PHP
Hi, It seems to be a JavaScript error. Could you please send us the sample code for our testing purpose? Awaiting your reply. -
Hi Jose, Welcome to FusionCharts Forum. This is a bug of Adobe Flash Player 10.1 that has been encountered recently. A bug report of the same has been posted accordingly. Presently our development team is working for a fix of the issue. We will inform you as soon we come up with any solution. Thanks for your continued patience and patronage.
-
Hi, Could you please refer to the following Forum thread link for the solution to your query? Ref.- http://www.fusioncharts.com/forum/Topic29518-29-1.aspx
-
vTrendlines don't work with multi-series 2D line charts
Sanjukta replied to lolek's topic in XML Issue
Hi, I am afraid, the Bevel effect that extends out of the chart cannot be removed when the thickness of the vLInes is increased, as of now. Please try setting the value of the attribute "alpha" to "50" in the <vLine> element to give the chart a visual effect of a "Vertical Zone". Ref.- <vLine color='000000' thickness='50' alpha='50' /> Hope this helps. -
Hi, Welcome to FusionCharts Forum. In case you wish to display several charts on one page, you can do that by including the chart rendering code as many times as the number of charts to be displayed. Please make sure that the div id and the DOM id for each chart is unique. Also, you need to provide separate XML files depending on the chart to be displayed. Please refer to this section of code to find the way to display a Single-series Bar2D and a Column2D chart simultaneously on the same page. Ref.- <script type="text/javascript"> var chart = new FusionCharts("Coulmn2D.swf", "ChartId", "350", "375", "0", "0"); chart.setDataURL("Column2D.xml"); chart.render("chartdiv"); </script> </td> <td valign="top" class="text" align="center"> <div id="chartdiv1" align="center"> </div> <script type="text/javascript"> var chart = new FusionCharts("Bar2D.swf", "ChartId", "350", "375", "0", "0"); chart.setDataURL("Bar2D.xml"); chart.render("chartdiv1"); </script> </td> Hope this helps.
-
Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
-
Hi, Please refer to the following Forum thread link to find the solution to your query: Ref.- http://www.fusioncharts.com/forum/Topic29478-52-1.aspx
-
Need a FusionMap integrated to my project!
Sanjukta replied to Radovan's topic in FusionCharts Jobs and Consultation
Hi, Please check with the following links for your reference: Ref.- http://www.fusioncharts.com/maps/Gallery/CustomerIndex.html http://www.fusioncharts.com/maps/Gallery/WorldPop.html http://www.fusioncharts.com/maps/GalleryMap.asp?mapName=World+Map+with+countries We would only provide you with the products (maps). But the underlying implementation needs to be built up by you. We do not provide any implementation work. Please revert in case you have any further queries. Hope this helps. -
Hi Arkroop. Please refer to the following Forum thread link to find a solution to your query: Ref.- http://www.fusioncharts.com/forum/Topic29485-32-1.aspx
-
Why Drag Node Chart is not displaying
Sanjukta replied to shabbir's topic in FusionCharts Jobs and Consultation
Hey, Not a problem! Plaese feel free to revert in case you have any queries. Happy FusionCharting! -
Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not provide any solution for this issue, as of now. For your information, .Net framework provides certain APIs which allows the capturing of any control on a Winform. You need to use them in order to save the chart as image. Please revert in case you have further queries on the same.
-
Unicode characters passed to drill down function!
Sanjukta replied to pawajee's topic in General usage
Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting! -
Hi, You are always welcome. I am afraid, we do not have any work-around for this issue, as of now. Your suggestions are very important to us. I have made a due note of the same.
-
Hi, I am afraid, FusionWidgets does not support Vertical Scroll Bar, as of now.
-
X axis labels truncation issue in Column 3D Line chart
Sanjukta replied to Sanjukta's topic in General usage
Hi Hari, You are always welcome. Glad that I could help you in resolving the issue. Happy FusionCharting! -
X axis labels truncation issue in Column 3D Line chart
Sanjukta replied to Sanjukta's topic in General usage
Hi Hari, In FusionCharts, the charts adjust the Data labels in accordance to the specific space alotted for each label. In this case, your long labels are exceeding the space alotted hence it is getting cropped. Could you please try including the line break " ;" in your long Data Labels to display it in multiple lines without getting cropped? Ref.- <category label="GL02- Maintain GL Master Data vs. PR01-Vendor Master Maintenance-High" /> We have tested the "WrongXML" that you have sent. It seemed to work fine in our lab but the line break " " is included to resolve the issue permanently. You can continue using the line break even when you have lesser dataplots to display. Please refer to the attached screenshot of the rendered chart for your reference. Hope this helps. -
Why Drag Node Chart is not displaying
Sanjukta replied to shabbir's topic in FusionCharts Jobs and Consultation
Hi, Welcome to Fusioncharts Forum. The link you have provided is working fine when tested in our lab. The image of the running site is attached with this post. Note: The image is same as the one you have sent. Please revert in case you have further queries on the same. -
Hi Hari, You are most welcome. Glad that I could help you in resolving the issue. Please feel free to revert in case you have any further queries. Till then, Happy FusionCharting!
-
Hi Sanjay, Could you please try using the atrributes "caption" and "subCaption" in the <chart> element for adding string/text on top of the chart? Ref.- http://www.fusioncharts.com/docs?/ChartSS/ScrollLine2D.html#Anchor2 Could you please try a setting a different color for the attribute "color" and a higher value for the attribute "thickness" in the <vLine> element to highlight it? Ref.- http://www.fusioncharts.com/docs?/ChartSS/ScrollLine2D.html#Anchor17 Also, you can apply "styles" on the VLINES object. Styles lends a simple mechanism using which you can easily control the visual layout of charts applying specific font, effect and animation to the objects. Ref.- http://www.fusioncharts.com/docs/ >> FusionCharts v3 STYLES Hope this helps.
-
Hi Mathieu, Welcome to FusionCharts Forum. The XML you are using to render the MSColumn3D chart does not have the <categories> element mentioned in it. The <categories> element lets X-axis labels of the chart to bunch together . For a Multi-series chart, it's necessary to provide data labels using <category> elements under <categories> element. Could you please recheck with the XML and modify it as per your requirement? Please feel free to revert in case you have any further queries on the same.
-
Export Chart Waiting button never turns to Save
Sanjukta replied to Buzz Brown's topic in FusionCharts and PHP
Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting! -
FusionChartsExportObject is undefined
Sanjukta replied to ryankavalsky's topic in FusionCharts and ASP
Hi Ryan, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting! -
Hi, You are welcome. Happy FusionCharting!