-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps. XSD Schema for FC Suite.zip
-
Using XSD to help you to build Xml faster
Sanjukta replied to hardywang's topic in FusionCharts and ASP.NET
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps. XSD Schema for FC Suite.zip -
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps. XSD Schema for FC Suite.zip
-
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps. XSD Schema for FC Suite.zip
-
Hi, Please ignore the previous post. Please find the attachment here. Hope this helps. XSD Schema for FC Suite.zip
-
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps.
-
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps. XSD Schema for FC Suite.zip
-
Hi, Please refer to the attached file to check with the latest XSD Schema for the FusionCharts suite. Hope this helps. XSD Schema for FC Suite.zip
-
Hi Deepti, Apologies for the inconvenience caused. Could you please refer to the attached file to check with the XSD Schema for the FusionCharts suite? Hope this helps. XSD Schema for FC Suite.zip
-
Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts Free neither supports inverse Y-axis chart nor support Column+Line chart in the way mentioned in the attached image. Please note for creating a chart combiningf Column and LIne plots, please try using Multi-series 2D Combination chart with/without Dual Y-axis. More at: http://www.fusioncharts.com//docs/?ChartSS/Combi2DDY.html http://www.fusioncharts.com//docs/?ChartSS/Combi2D.html In case you wish to display Inverse Y-axis chart, please refer to the following link: http://www.fusioncharts.com/PCDocs/?OverviewInverse.html Hope this helps.
-
Hi, You are always welcome. Glad that your issue is resolved. Happy FusionCharting!
-
Hi Zion, Please try setting the attribute "formatNumberScale" to '0' in the <chart> element. This attribute configures whether to add K (thousands) and M (millions) to a number after truncating and rounding it or not. Hope this helps.
-
Html5 Fallback Not Working Correctly For Pie Charts
Sanjukta replied to DannyR's topic in General usage
Hi, To use multi-lingual characters on the chart, you necessarily need to use UTF-8 encoded XML. More importantly, the XML file/stream does require a BOM stamp to be present as the very first 3 Bytes of the file. Hence, one must remember the two basic thumb rules : for dataURL method - the XML file/stream should be having the BOM stamp and for dataXML method - the HTML/application file containing the XML as well as the chart SWF should have the BOM stamp. For further details on the above, please refer to the following link.[/url] http://www.fusioncharts.com/docs/?SpCharAll.html Hope this helps. -
How To Create Drill Down Charts In Flex
Sanjukta replied to Shally's topic in Installation and Upgrades
Hi Shally, I am afraid, FusionCharts for Flex does not support Linked charts, as of now. -
Hi, We apologize for the inconvenience. This issue has been fixed in the FusionCharts v3.2.2 Development Beta. Could you please mail us at [email protected] stating your Order ID so that we can proceed further with this? Looking forward to your feedback.
-
Applying Styles Selectively To Individual Data Values
Sanjukta replied to santhosh91's topic in General usage
Hi, Welcome to FusionCharts Forum! I am afraid, "Styles" are applied globally on the "Objects" and not individually, as of now. Please note, you can specify individual colors but no other styles can be applied otherwise. Hope this helps. -
How To Remove Values In Syaxis In Mscolumn3Dlinedy.swf
Sanjukta replied to rishi's topic in Javascript Problems
HI Rishi, We apologize for the interruption in the conversation. The solution to your issue is: Please try setting the attributes "showSecondaryLimits" and "showDivLineSecondaryValue" to '0' in the <chart> element to solve your purpose. Hope this helps. -
Combination Chart With Spline Chart And Column Chart
Sanjukta replied to deepti's topic in General usage
Hi Deepti, Please try using Multi-series Combination chart with Dual Y-axis to solve the purpose. In MSCombi2D Dual Y chart, you can plot the Column plots against Primary Y-axis and the Line plot against Secondary Y-axis. Please try giving same axis limits for both the axes and hide the secondary Y-axis values to get a visually perfect chart. Hope this helps. -
Pie Chart Not Work If & Is Present In Label Or Value
Sanjukta replied to rishi's topic in Javascript Problems
Hi Rishi, You are always welcome. Glad that your issue is resolved. Happy FusionCharting! -
Pie Chart Not Work If & Is Present In Label Or Value
Sanjukta replied to rishi's topic in Javascript Problems
Hi Rishi, You are always welcome. Please refer to the following links to know further details on the usage of Multi-lingual/Special characters in FusionCharts. http://www.fusioncharts.com/docs/?SpChar.html http://www.fusioncharts.com/docs/?SpCharAll.html http://www.fusioncharts.com/docs/?SpPunctuation.html Also, the characters like "&", "<", ">", etc are invalid characters while mentioned in XML. In order to parse it perfectly we need to pass it in encoded format. The variables which are invalid in XML needs to be encoded. Please check with the following link for your future reference. (As a suggestion ) http://www.w3schools.com/tags/ref_urlencode.asp Hope this helps. -
Combination Chart With Spline Chart And Column Chart
Sanjukta replied to deepti's topic in General usage
Hi Deepti, You are always welcome. Glad that your issue is resolved. In case you intend to display a smooth line curve, you need to set the values in such way so that it gives a visual display of a Spline curve. I am afraid, there are no other work-around for this, as of now. Hope this helps. -
Pie Chart Not Work If & Is Present In Label Or Value
Sanjukta replied to rishi's topic in Javascript Problems
Hi Rishi, Welcome to FusionCharts Forum! Could you please replace "&" with "%26"? Hope this helps. -
Hi, Could you please confirm the version you are currently using is FusionCharts v3.2 or FusionCharts v3.2.1? This is an issue that is fixed in the latest .js file provided with the latest version FusionCharts v3.2.1. In case you are an existing customer, please send us the request for the latest .js file at [email protected]. Also, you can try downloading the latest version, i.e, FusionCharts v3.2.1, with the help of the following link: http://www.fusioncharts.com/Download.asp Hope this helps.
-
Can I Do This With Bubble Chart Or Is It Possible With Fusion Chart ?
Sanjukta replied to Malay's topic in Suggestions & Requests
Hi Malay, This is possible with the Bubble chart of the FusionCharts pack. But in this case you cannot display any string value on the Y-axis as FusionCharts only supports numerical values on Y-axis, as of now. We are coming up with the Heat map soon, which would partially support this chart. In this case, the value scale would not be able to be displayed. Hope this helps. -
Hi Malay, I am afraid, FusionCharts does not support this, as of now.