-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Can We Display 3D Pie Chart In 2D View In Default Mode?
Sanjukta replied to Jigar Shah's topic in General usage
Hi Jigar, Please find the solution to your query in the Forum thread link appended below. Ref.- http://forum.fusioncharts.com/topic/7948-can-we-display-3d-pie-chart-in-2d-view-in-default-mode/page__pid__31849#entry31849 Hope this helps. -
Hi Murray, Could you please encode "<" as "<" and see if it helps? Hope this helps.
-
Hi, I am afraid, the X-axis (seems to be Y-axis in bar chart) labels cannot be left aligned, as of now. In stead you can opt to show the entire label by setting the attribute "maxLabelWidthPercent" to '1' in the <chart> element. If the label is excessively long, FusionCharts would automatically wrap it in several lines to fit within the allotted space. Hope this helps.
-
Can We Display 3D Pie Chart In 2D View In Default Mode?
Sanjukta replied to Jigar Shah's topic in Suggestions & Requests
Hi, This is not possible, as of now. But we had made a note of the same in our wishlist for the next release. Thank you for your suggestion. -
Hi, PowerCharts would support JavaScript fallback capabilities for most of the chart in the next release. We are currently working on it and would probably release it in next 1 month. Thank you for your continued patience and patronage.
-
Hi Raghu, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support this feature, as of now.
-
Hi, Welcome to FusionCharts Forum! We are looking into the issue. We shall get back to your as soon we come up with any solution. Thank you for your continued patience and patronage.
-
Hi Hammad, You are always welcome. I hope your issue is resolved. Please feel free to revert in case you have any further queries.
-
Hi, We are currently looking into this. We shall get back to you as soon we come up with any solution. Thank you for your continued patience and patronage.
-
Hi, We are currently looking into this. We shall get back to you as soon we come up with any solution. Thank you for your continued patience and patronage.
-
Changin The Axis Item Names Styles Eg Making Them Slanted
Sanjukta replied to nadeemshafi9's topic in General usage
HI, You are welcome. We are glad that your issue is resolved. Happy FusionCharting! -
Hi, Could you please send us the XML file as an attachment to us at [email protected], quoting the forum topic? Awaiting your reply.
-
Hi, Could you please enable the "debugMode" and send the us the XML from copying it directly from there? Awaiting your reply.
-
Hi, Could you please enable the "debugMode" and send the us the XML from copying it directly from there? Awaiting your reply.
-
Can We Display 3D Pie Chart In 2D View In Default Mode?
Sanjukta replied to Jigar Shah's topic in Suggestions & Requests
Hi Jigar, I am afraid, FusionCharts does not support this feature, as of now. -
Hi Hammad, I am afraid, FusionCharts natively does not support the display of the chart in any specific patterns. FusionCharts is a data-visualization component. It just displays the data in the way it is mentioned in the XML. In case you wish to show the data in the ascending/descending order, you would need to shuffle the <set> elements in the XML in your desired way. Hope this helps.
-
Changin The Axis Item Names Styles Eg Making Them Slanted
Sanjukta replied to nadeemshafi9's topic in General usage
Hi, Welcome to FusionCharts Forum! In case you are looking fpr displaying Slanted X-axis Labels, I am afraid, FusionCharts does not support this in Bar Chart, as of now. Else, please send us a screenshot of your requirement. Looking forward to your feedback. -
Hi, Welcome to FusionCharts Forum! Please try applying "Font Styles" on the object "YAXISNAME" to make it display Bold characters. Ref.- http://www.fusioncha...tyles/Font.html Ex: <styles> <definition> <style name='MyCaptionFontStyle' type='font' font='Verdana' size='12' bold='1' /> </definition> <application> <apply toObject='YAXISNAME' styles='MyCaptionFontStyle' /> </application> </styles> Hope this helps.
-
Hi Gary, Could you please try the Combination chart with the Dual Y-axis to solve your purpose? http://www.fusioncha.../Combi2DDY.html You can try rendering the data-plots as Lines/Column/Area using the attribute "renderAs='Line/Column/Area' " in the <dataset> elements. Also, in this case only 2 Y-axis can be displayed. In case you wish to show multiple Y-axis, please try using the Multi-axis Line chart of the PowerCharts pack. http://www.fusioncha...rtSS/MALine.htm Hope this helps.
-
Hi, If you get a "Error in Loading Data" message in your chart, it means that FusionCharts could not find XML data at the specified URL. In that case, check the following: 1. Check if you've actually provided dataURL or dataXML. If you do not provide either, FusionCharts looks for a default Data.xml file in the same path. Now, if that is also not found, it shows the "Error in Loading Data" error. If you're using dataURL method, paste this URL in your browser to check if it's returning a valid XML. Make sure, there are no scripting or time-out errors and a valid XML is being returned. Also make sure that the XML isn't intermingled with HTML content. The data provider page should return a clean XML only - not even HTML <head> or <body> tags. 2. Make sure you're passing relative URLs for dataURL, and not absolute URLs. To restrict cross site security attacks, FusionCharts doesn't allow colons in dataURL (starting v3.0.5). So you cannot specify dataURL as http://.../path/file.ext any more. 3. If you have to pass parameters to your dataURL data provider page from FusionCharts, make sure they're URLEncoded in the dataURL, when providing to FusionCharts. e.g., if your dataURL needs to be Data.asp?id=43&subId=454, you'll need to Url Encode it so that it becomes Data%2Easp%3Fid%3D43%26subId%3D454. Only then FusionCharts will invoke the URL with proper parameters appended to it. 4. When using dataURL method, make sure that the SWF File and data provider page are on the same sub-domain. Due to Flash's sandbox security model, it cannot access data from external domains, unless otherwise configured. Also, while using Linked charts, please make sure the Flash Player Global security settings is enabled, if you are running the application from local file system (C:\ or D:\) and not from web server (local or live). Flash Player's Global Security setting blocks invoking/calling JavaScript from SWF (Flash Movie) by default. So you need to reset your setting into Global Security Setting panel and enable it. Please refer to the following page for further details on the Flash Player Global Security settings: http://www.fusioncharts.com/Tools/FlashPlayerSecuritySetup/HowToSetup.html Furthermore, the "RegisterWithJS" (the last) parameter in the HTML code should be enabled. Ref.- var chart = new FusionCharts("MSColumn2D.swf", "ChartId", "600", "350", "0", "1"); I hope this helps. Looking forward to your feedback.
-
Hi, I am afraid, the "valuePosition" attribute is supported since FusionCharts v3.2. Hence, FusionCharts v3.1.1 would not support this feature. Please try to upgrade to the latest version, i.e, FusionCharts v3.2.1 to avail all the recently added features. Hope this helps.
-
Hi, You are always welcome. Glad that your issue is resolved. Happy fusionCharting!
-
Hi, Please try setting the attribute "maxLabelWidthPercent" to '100' in the <chart> element to display the entire label. This attribute restricts the maximum length of data labels in terms of percentage of the charts width that the data labels can occupy. If a data label is longer then the specified percentage width then it will either be wrapped or get truncated, subject to availability of vertical space. Unnecessary space is not reserved for the data labels, in case all of them are shorter than the specified maximum width. Hope this helps.
-
Hi, Please try setting the attribute "maxLabelWidthPercent" to '100' in the <chart> element to display the entire label. This attribute restricts the maximum length of data labels in terms of percentage of the charts width that the data labels can occupy. If a data label is longer then the specified percentage width then it will either be wrapped or get truncated, subject to availability of vertical space. Unnecessary space is not reserved for the data labels, in case all of them are shorter than the specified maximum width. Hope this helps.
-
Hi, You are welcome. I am afraid, FusionCharts v3.0.1 does not support the attribute "dsiplayValue". Please try downloading the latest version, i.e, FusionCharts v3.2.1 with the help of the following link. http://www.fusioncharts.com/Download.asp In case you are an existing customer, please try upgrading your version with the help of the following link. http://www.fusioncharts.com/PUC/ Hope this helps.