Rahul Kumar

L1 Moderators
  • Content count

    1,253
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Rahul Kumar

  1. Embedding in MS Access

    Hi, Could you please let us know, where do you want to place the chart (Reports or Forms)?
  2. Long charts rendered with different background colors

    Hi, Could you please update your chart to V3.1 and try again.
  3. Chinese characters can't not display on the X-axis

    Hi, I am sorry, but yes it is not possible in FusionCharts FREE.
  4. Help for X Axis Values

    Hi, Yes, Could you please try using valuePadding='Number (pixel value)' attribute in <chart> element?
  5. Chinese characters can't not display on the X-axis

    Hi, I am sorry, FusionCharts FREE do not support UTF-8 in rotated mode.
  6. Chinese characters can't not display on the X-axis

    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.
  7. Help for X Axis Values

    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>
  8. Chinese characters can't not display on the X-axis

    Hi, Could you please update your chart to version V3.1, and try again?
  9. Help for X Axis Values

    Hi, Could you please try applying style on DATAVALUES object. Example:
  10. Fusion chart rendering problem in jsp

    Hi, Could you please see to http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Websphere/Q_23788923.html
  11. Help for X Axis Values

    Hi, Yes, it is possible, but you need to use showValue='1' in <set> element in which you want to show values. Example:
  12. Help for X Axis Values

    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?
  13. Fusion chart rendering problem in jsp

    Hi, I have found that you are defining "var chart_ByCategory" but using "chart_ByCountry", so could you please check that once?
  14. Fusion chart rendering problem in jsp

    Hi, Could you please change your XML string to a single line XML string and try again? Example:
  15. Fusion charts on Portal Server !

    Hi, Could you please change your XML string to a single line XML string and try again? Example:
  16. Embedding in MS Access

    Hi, Yes it is possible, you can use FusionCharts in Access.
  17. Help for X Axis Values

    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..
  18. [Drag-node] a question aboat connector

    Hi, I am afriad, not supported as of now.
  19. 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:
  20. Snap to Anchor on Line and Area

    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.
  21. 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.
  22. Hi, Could you please send us your code at support[at]fusioncharts.com?
  23. Help for X Axis Values

    Hi, Could you please try using numVisiblePlot='24' attribute in <chart> element?
  24. Generate pdf file from free version of Fusion Charts

    Hi, I am sorry, this feature is not supported in FusionCharts FREE
  25. Label multiline right aligned

    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: