-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Display Lower Limit / Upper Limit but no other value
Sanjukta replied to sanjshah's topic in Using FusionWidgets XT
Hi, You are welcome. Hope that your issue is resolved. Please feel free to revert in case you have any further queries. Happy FusionCharting! -
Fusion Line Chart - Issue with y-axis values as Strings
Sanjukta replied to ravur's topic in General usage
Hi Ravur, It seems from the image attached that you want to display a "Line Plot" with data values on both the Y-axis. So in that case, could you try using 2D Dual Y Combination Chart (MSCombiDY2D.swf) for solving the purpose? Ref.- http://www.fusioncharts.com/docs?/ChartSS/Combi2DDY.html Hope this is of some help. Please revert back in case you have any further queries. -
HI Hari, Welcome to FusionCharts Forum. Could you please try not to provide any value to the <set> elements whose actual value is "0" and you wish to hide? Ref.- <set value="" /> Hope this resolves you issue.
-
The tick marks (or values) aren't shown
Sanjukta replied to Len4a Veretilo's topic in FusionCharts and JSP
Hi, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting! -
Hi, This seem to be a strange Flash Player issue. Currently our development team is looking into it. We will get back to you as soon we come up with any solution. Thanks for your continued patience.
-
Hi Peter, Could you please try calling the follwoing method, in case you are using FusionCharts JavaScript class to embed the chart? Ref.- <div id="chartdiv" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div> <script type="text/javascript"> var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0"); myChart.setDataURL("Data.xml"); myChart.setTransparent(true); myChart.render("chartdiv"); </script> </div> For further details on the same, please refer to the following link: Ref.- http://www.fusioncharts.com/docs?/FAQ.html Hope this helps.
-
Hi, You are welcome. FusionCharts natively does not support this functionality, as of now. But as a work-around, you can construct one batch function grouping all the bubbles from which you want to call them. For this, you need to provide the same link in the "link" attribute in the <set> element of those bubbles from which the same function should be performed. Hope this helps.
-
Hi, Could you please send ud the XML that you are using to render the chart?
-
Unicode characters passed to drill down function!
Sanjukta replied to pawajee's topic in General usage
Hi, For acheiving what you intend to, could you please try setting the attribute 'unescapeLinks' to '0' in <chart> element of your XML? Also, for a proper display of "Special/Multi-lingual" characters, please make sure that you are using UTF-8 encoded XML. Also, the XML file/HTML file/stream does require a BOM stamp. Hope you have already done this. Please note that this is a deprecated method. Instead you can set it as: Ref.- SampleChart.setTransparent(true); Hope this helps. -
Hi, Apologies for the inconvenience. We have cleaned up your XML format a bit as the long "id" were creating hindrance to our testing purpose. We have attached the modified XML which defines all the connectors displayed in the image you had sent. Kindly modify the "id" as per your requirement. Just a passing thought... While the image you had sent displays 14 connectors, but there are 17 <connector> elements defined in your XML. Hopre this helps. data.xml
-
how to display special character like (←,→↓,↑) into X axies Lable
Sanjukta replied to Umesh's topic in FusionLounge
Hi Umesh, You are welcome. Glad that your issue is resolved. Happy FusionCharting! -
Hi, Could you please recheck with the XML? The connectors which are not displayed is due to the missing <connector> elements or incorrect "id" mentioned in the XML. The screenshot of properly chart rendered with the rectified XML is attached for your reference. Hope this helps.
-
Hi Vaibhav, Welcome to FusionCharts Forum. Please try mentioning the attribute "link" in the <set> element of the desired bubble which you wish should perform the function. For the above queries, please take a look into our Drill Down charts. This allows the using of JavaScript funtions as links with a on-click event on a bubble. Please refer to the following link for further details on the above: Ref.- http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html Hope this helps.
-
Hi Meghna, 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"); Please install Flash Player 10 or above ( if not installed) into the system for the same purpose. Hope this helps.
-
setDataXML fails to render chart, if column contains a special characters like
Sanjukta replied to shivbmsit's topic in Javascript Problems
Hi, Welcome to FusionCharts Forum. -
Hi Boris, 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. Currently our development team is working for a fix of the issue and hope to come up with the solution soon. Thanks for your continued patience and patronage.
-
how to display special character like (←,→↓,↑) into X axies Lable
Sanjukta replied to Umesh's topic in FusionLounge
Hi Umesh, Welcome to FusionCharts Forum. In case you are using setDataURL method to render your chart you can directly mention the arrow sign (?/?/?/?) as the string value for the attributes xAxisName and yAxisName in the <chart> element. To achieve proper display of the arrow sign on the chart, you need to use UTF-8 encoded XML. Also, the XML file/stream does require a BOM stamp. For further details on the above, please refer to the following link: Ref.- http://www.fusioncharts.com/docs?/SpChar.html Hope this helps. -
Hi, You are welcome. Happy FusionCharting!
-
Hi, Welcome to FusionCharts Forum. I am afraid, FusionCharts does not support the performance of more than one functinality simultaneously in the chart, as of now. You can either perform "Drill down" activity or "Rotation" at one time. Since you are enabling Drill down functionality, automatically the other function (Rotation) is disabled. Please revert in case you have further queries.
-
Hi, Welcome to FusionCharts Forum. Could you please check once whether you have included the FusionCharts.js in the <head> tag of your HTML correctly? Also, it might be some issue with the XML formed.It might be that the XML formed is invalid so far some special rules for dataXML method is concerned. Like there might be New Line character, or any JavaScript error in the XML which might be breaking it. Please check once, using Error Control option, in case you are using Firefox as the browser. Hope this helps.
-
Export Chart Waiting button never turns to Save
Sanjukta replied to Buzz Brown's topic in FusionCharts and PHP
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"); Please install Flash Player 10 or above ( if not installed) into the system for the same purpose. Hope this helps. -
Hi Stefano, FusionCharts being a client side based (Flash player based) component, it needs to be rendered at least once at client side to export an image from it. In case you have a .NET deployment, we have developed an assembly which can achieve the export silently at server side. But, this is not possible using PHP. Please revert in case you have further queries.
-
FusionCharts printing scale problem with Flash 10
Sanjukta replied to Sanjukta's topic in General usage
Hi, 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 and hope to come up with the solution soon. Thanks for your continued patience and patronage. -
HI, Our development team is currently working for the fix of this issue. We shall inform you as soon we come up with a solution. Thanks for your continued patience.
-
Display Lower Limit / Upper Limit but no other value
Sanjukta replied to sanjshah's topic in Using FusionWidgets XT
Hi, Yes, it is possible with FusionCharts to display a string value as Upper and Lower limit of the chart. For this, could you please try setting the attribute showValue to '0' in the <chart> element of your XML? The attribute showValue specifies whether to show each dial's value. Could you please try setting the desired string values for the attributes upperLimitDisplay and lowerLimitDisplay in the <chart> element of your XML? These attrbutes allow to display a label instead of the upper and the lower limit. On using these attributes, the upper and lower limit of the chart gets replaced by the label specified. For further details on the above, please refer to the following link: Ref.- http://www.fusioncharts.com/widgets/docs/Contents/Ang_XML.html Hope this helps.