-
Content count
1,253 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Rahul Kumar
-
Hi, Could you please let us know, where do you want to place the chart (Reports or Forms)?
-
Long charts rendered with different background colors
Rahul Kumar replied to Rahul Kumar's topic in Bug Reports
Hi, Could you please update your chart to V3.1 and try again. -
Chinese characters can't not display on the X-axis
Rahul Kumar replied to Rahul Kumar's topic in Bug Reports
Hi, I am sorry, but yes it is not possible in FusionCharts FREE. -
Hi, Yes, Could you please try using valuePadding='Number (pixel value)' attribute in <chart> element?
-
Chinese characters can't not display on the X-axis
Rahul Kumar replied to Rahul Kumar's topic in Bug Reports
Hi, I am sorry, FusionCharts FREE do not support UTF-8 in rotated mode. -
Chinese characters can't not display on the X-axis
Rahul Kumar replied to Rahul Kumar's topic in Bug Reports
Hi, You can download it from http://www.fusioncharts.com/Download.asp. Also if you have already download it, then see the chart version from chart's debug window and let us know. Please see http://www.fusioncharts.com/docs/Contents/Debug/window.html to render the chart in debug mode. -
Hi, Please see this: <chart numVisiblePlot='70' showValues='0' > <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> <category label='Apr' /> <category label='May' /> <category label='Jun' /> <category label='Jul' /> <category label='Aug' /> <category label='Sep' /> <category label='Oct' /> <category label='Nov' /> <category label='Dec' /> </categories> <dataset seriesName='2006'> <set value='27400' showValue='1' /> <set value='29800'/> <set value='25800' /> <set value='26800' /> <set value='29600' /> <set value='32600' /> <set value='31800' /> <set value='36700' /> <set value='29700' /> <set value='31900' /> <set value='34800' showValue='1' /> <set value='24800' /> </dataset> <dataset seriesName='2005'> <set value='10000'/> <set value='11500'/> <set value='12500'/> <set value='15000'/> <set value='11000' /> <set value='9800' /> <set value='11800' /> <set value='19700' /> <set value='21700' /> <set value='21900' /> <set value='22900' /> <set value='20800' /> <set value='27400' /> </dataset> <trendlines> <line startValue='26000' color='91C728' displayValue='Target' showOnTop='1'/> </trendlines> <styles> <definition> <style name='FontStyle' type='font' size='12' bold='1' /> </definition> <application> <apply toObject='DATAVALUES' styles='FontStyle' /> </application> </styles> </chart>
-
Chinese characters can't not display on the X-axis
Rahul Kumar replied to Rahul Kumar's topic in Bug Reports
Hi, Could you please update your chart to version V3.1, and try again? -
Hi, Could you please try applying style on DATAVALUES object. Example:
-
Fusion chart rendering problem in jsp
Rahul Kumar replied to nulurambabu's topic in FusionCharts and JSP
Hi, Could you please see to http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Websphere/Q_23788923.html -
Hi, Yes, it is possible, but you need to use showValue='1' in <set> element in which you want to show values. Example:
-
Hi, Thanks for pointing it out, I was confuse with the axis you was talking about and that is a X-Axis anyway. Could you please try using labelStep='{Number}' attribute in <chart> element?
-
Fusion chart rendering problem in jsp
Rahul Kumar replied to nulurambabu's topic in FusionCharts and JSP
Hi, I have found that you are defining "var chart_ByCategory" but using "chart_ByCountry", so could you please check that once? -
Fusion chart rendering problem in jsp
Rahul Kumar replied to nulurambabu's topic in FusionCharts and JSP
Hi, Could you please change your XML string to a single line XML string and try again? Example: -
Fusion charts on Portal Server !
Rahul Kumar replied to Rahul Kumar's topic in Suggestions & Requests
Hi, Could you please change your XML string to a single line XML string and try again? Example: -
Hi, Yes it is possible, you can use FusionCharts in Access.
-
Hi, Please remove numVisiblePlot attribute if you don't want to display X-Axis values, and if you just want to display few Y-Axis value then please use numDivLines='{Number}' attrbute..
-
[Drag-node] a question aboat connector
Rahul Kumar replied to sensen6666's topic in Using PowerCharts XT
Hi, I am afriad, not supported as of now. -
USA map becomes too big after Falsh method calls.
Rahul Kumar replied to gwofu's topic in Using FusionMaps XT
Hi, We strongly suggest to use FusionCharts.js. Anyway if you are using another method and want to update the chart/map with new XML then you would need to pass registerWithJS=1 parameter to the chart/map in its first rendering, that will expose chart's native method setDataXML to the javascript which you can use to rerender the chart/map with different XML, and also it does not require any Rewind() or Play() method. In your case, you would need to change your code a little bit, please see below: ...... // And to update: (Assuming that movie is a global variable) If move is not a global variable then: -
Snap to Anchor on Line and Area
Rahul Kumar replied to Rahul Kumar's topic in Suggestions & Requests
Hi, I am afriad, it is not possible as of now. However, if you use anchorAlpha='0' anchorRadius='{in pixel}' attribute in <chart> element and increase the anchor radius then, you can increase the tooltip range. -
Y-Axis Line not reaching 100% in MSColumn3DLineDY.swf chart
Rahul Kumar replied to Koushik's topic in General usage
Hi, This is a new feature in FusionCharts V3.1, so if it is not working then please update your chart to version 3.1 and try again. Also this will not be an issue, if you use MSColumn2D chart. -
"Error in loading Data" message after upgrading to licensed version
Rahul Kumar replied to stulincoln's topic in Installation and Upgrades
Hi, Could you please send us your code at support[at]fusioncharts.com? -
Hi, Could you please try using numVisiblePlot='24' attribute in <chart> element?
-
Generate pdf file from free version of Fusion Charts
Rahul Kumar replied to wanting2learn's topic in General usage
Hi, I am sorry, this feature is not supported in FusionCharts FREE -
Hi, I am afraid, this is not supported as of now, but you could use the following method to doing the same in a different way: To aligning the text you would need to use <p align="right"> tag in label attribute of <set> element and also need to set font style of DATALABELS object to isHTML='1' Please see the sample XML: