-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi Joshy, Welcome to FusionCharts Forum! FusionCharts natively does not support the display of discrete numbers on Y Axis, as of now. But as a work-around, please try using "trendlines" with a display value of your choice. Also, please try setting the attribute "divLineAlpha" and "showYAxisValues" to "0" and "showLimits" to "1" in the <chart> element. Ref.- <trendlines> <line startValue='35' color='91C728' displayValue='35'/> <line startValue='50' color='91C728' displayValue='50'/> </trendlines> Hope this helps.
-
MSStackedColumn2DLineDY the same YAxis for column and line ?
Sanjukta replied to msajdak's topic in General usage
Hi, Welcome to FusionCharts Forum! I roughly made out an idea of what you are trying to display. Could you please refer to the attached screenshot of the Dual Y axis chart to check if this is something you are looking for? Looking forward to your reply on the same. -
AJAX and 'Object doesn't support this property or...'
Sanjukta replied to zsoltiii's topic in Javascript Problems
Hi, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting! -
Hi Rekha, Welcome to FusionCharts Forum! Could you please check with the following: 1. Whether Fusioncharts.js is in the <head> or <body> tag? 2. If the chart is rendered before the browser page is loading? 3. If you are using Fusioncharts DOM? Looking forward to your reply.
-
Hey, You are welcome. Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting!
-
tooltext changed when upgraded to version 3.1 of Fusion charts
Sanjukta replied to jaideep's topic in General usage
Hi Jaideep, You are welcome. We use <graph> element as the root elemnt for FusionCharts Free and <chart> element for FusionCharts v3.1.1. Also, the attribute "label" in FusionCharts v3.1.1 is termed as the attribute "name" in FusionCharts Free. Please refer to the following links for the online documentations for the basic differences between FusionCharts Free and FusionCharts v3.1.1 respectively: Ref.- http://www.fusioncharts.com/free/docs/ http://www.fusioncharts.com/docs/ Hope this helps. -
Hi, Could you please try using the modified code to solve your purpose? Your code: Modified Code: Hope this helps.
-
Hi, Could you please send us the sample code as an attachment? Looking forward to your reply.
-
Hi Anja, I am afraid, there are no other options to control the time-interval after refreshing the chart, as of now. The attribute "refreshInterval" is the only solution to this issue. Please feel free to revert in case you have any further queries.
-
Hi, Welcome to FusionCharts Forum! Could you please set a comparatively lesser value (like 1 or 2) for the attribute "refreshInterval" in the <chart> element? Hope this helps.
-
Doughnut , Pie , Pyramid and Funnel charts info is not visible.
Sanjukta replied to narendra's topic in General usage
Hi Narendra, This error is occuring because FusionCharts v3.1.1 does not support very long labels, as of now. The long labels get truncated due to space shortage. As of now, please try using " " as a line-break in the long labels. Please refer to the attached XML (modified) format for further details. For your information, FusionCharts v3.2 Beta version had released last week which supports auto-wrapping of long labels. In case you wish to get the Private Beta version of FusionCharts v3.2 and further details, please send us a mail at [email protected]. Looking forward to your feedback on the same. Pie2D.xml -
Hi, Could you please try setting the attribute "radius" to "0" in the <dial> element? Also, please try not giving any value to the attribute "value" in the <dial> element. Hope this helps.
-
Hi, We are glad to announce that the FusionCharts v3.2 Beta version has released last week. In case you wish to get hold of the Private Beta version of FusionCharts v3.2, please drop us a mail at [email protected]. Your suggestions are very important to us. We have made a due note of the same. Looking forward to your mail.
-
Modifying the XMLGenerator to set a static url for charts and FusionCharts.js file ?
Sanjukta replied to liberio's topic in General usage
Hi, FusionCharts suite comprises of FusionMaps pack, along with the other 3 packs which is given out by InfoSoft Global (P) Ltd. FusionMaps GUI is coded in HTML and hence a open source to modify as per requirements. FusionCharts XML Generator is in Flash and hence compiled and closed. The above are the reasons of why the former could be modified but the latter cannot. Hope I had mede myself clear. -
Hi, Looking forward to your reply in case your issue is resolved.
-
Hi Ronak, You are welcome! Happy FusionCharting!
-
Hi, Apologies for the delay. Could you please refer to the text file where we have modified your code a bit? Please try giving same width and height value all throughout the code and encode "%" sign as "%25". Hope this helps. Data.txt
-
Hi Ronak, Welcome to FusionCharts Forum! Apologies for the typo mentioned in the documentation. I am afraid, the Gantt chart of FusionWidgets pack does not support "alpha" in the <task> element (task bar), as of now. We would update this in our next version. Thanks for continued patience and patronage.
-
Hi, Could you please try giving a unique "chart id", "div id" and "variable name" for each chart that is to be rendered? Looking forward to your reply.
-
tooltext changed when upgraded to version 3.1 of Fusion charts
Sanjukta replied to jaideep's topic in General usage
Hi Jaideep, Could you please refer to the modified XML file which displays the "seriesName" in the tooltip? Hope this helps. Data.xml -
Hey, Glad that your issue is resolved. Please feel free to revert in case you have any further queries.
-
How to set tooltext has been display at all times?
Sanjukta replied to andy_huang's topic in General usage
Hi Andy, I have modified the XML that you have attached to display what you intend to. Please check with the attached screenshot of the rendered chart and the XML for your reference. Hope this helps. Data.xml -
How to set tooltext has been display at all times?
Sanjukta replied to andy_huang's topic in General usage
Hi Andy, Could you please send us the XML file that you are using to render the chart, so that we might test it in our lab? Awating your reply. -
How to set tooltext has been display at all times?
Sanjukta replied to andy_huang's topic in General usage
Hi Andy, Could you please try setting the attribute "showValues" to "1" in the <set> element? Also, please try providing the string value for the attribute "displayValue" in the <set> element to display what you intend to. Ref.- <chart ... showValues='1' > <set label='Jan' value='420000' displayvalue='John Miller Score:420 Rank:2 420'/> ... </chart> Hope this helps. -
Hi Sven, You are welcome. Glad that your issue is resolved. Happy FusionCharting!