Rahul Kumar

L1 Moderators
  • Content count

    1,253
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Rahul Kumar

  1. Exhange List Rows And Columns In Chart

    Hi Vasily, Thanks for your suggestion, we have added your suggestion to our wishlist, and we'll work on them.
  2. Memory Leak When Updating Fussioncharts In Winforms

    Hi Dominik, We have checked and our result concluded that this is a bug of Flash Player itself. So in order to overcome this issue, try to dispose Flash Player object and recreate it dynamically after a certain interval say 1 hrs or 2 hrs.
  3. Fusionwidgets For Sharepoint

    Hi Mat, Could you please try using %25 instead of % (percentage) in your XML? Example: numberSuffix='%' should become numberSuffix='%25'
  4. Hi Vasily, I am afraid, the feature you request is not possible as of now.
  5. Hi Vasily, Could you please attach a screenshot of the radar-chart created in excel this will help us to understand your requirement.
  6. Hi Johan, Could you please try enclosing XML attribute value with single quote (') instead of double quotes (") and check it once? Example: <chart compactDataMode='1' dataSeparator='|' paletteThemeColor='5D57A5' divLineColor='5D57A5' divLineAlpha='40' vDivLineAlpha='40'dynamicAxis = '1'> ........... ........... .......... </chart>
  7. Problem In Displaying Stackedcolumn2D.swf

    Hi, Also, in the below code: when i change this line, strXML_category += " <category label='" + ddDR["machinename"].ToString() + "' /> "; to strXML_category += " <category label='" + ddDR["machine_id"].ToString() + "' /> "; Could you please let us know what difference is there in those fields mainly in data, and please make sure that 'machinename' field's data does not contains any special characters which is making the XML invalid?
  8. Problem In Displaying Stackedcolumn2D.swf

    Hi Navin, Could you please let us know which character you are using in numberPrefix attribute because it did not appear in the above XML?
  9. Hi, You are correct, currently list references are done using list id since this will always be unique and also to avoid string localization issue, however we'll ask our developer for possibility of using list name instead of list id.
  10. Hi Metla, Thanks for the information, could you please also send us the error log information, please see the attached PDF to know more? Stack-Trace.pdf
  11. .net Assembly And No Rendering Images

    Hi, I am afraid, we never tested it for different domain, but I assume it should work.
  12. .net Assembly And No Rendering Images

    Hi, I am afraid, .NET image saver assembly does not work that way instead it renders the chart and capture its image in background, so chart files (*.swf) must be in the same PC.
  13. Hi, Could you please set 'Full Control' Permissions to the following registry key for the user who is using FusionCharts for SharePoint and let us know the result? If using MOSS 2007: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0 If using WSS/SP2010: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0 You can do the same by opening 'regedit' and going to the above registry key and right click on the key '12.0' and click on 'Permissions...' Hope this helps.
  14. Installation Problems

    Hi Andrius, Could you please try adding the Web Part to your root site and let us know the result?
  15. Hi, Could you please send us the logged error information contained in FusionCharts_LogList SharePoint List so that we can check what is the issue? Please refer to the attached PDF to know how to get this information. Stack-Trace.pdf
  16. Hi, Could you please let us know if you did any modifications in the SharePoint Server, like updated it or removed/installed new features etc.?
  17. Fusionwidgets For Sharepoint

    Hi Mat, Yes, FusionCharts for SharePoint will support FusionWidgets charts in future. And you can still use 'Content Editor' web part in SPF to view Angular Gauge chart, but for that you have to use <OBJECT> embed method instead of JS method. For more information about <OBJECT> embed method, please refer to the link below: http://www.fusioncharts.com/docs/FirstChart/HtmlEmbed.html Hope this helps.
  18. Fusioncharts Version Checking

    Hi Kris, We are querying registry to get the SharePoint Server type (MOSS/WSS), but we are removing it from our future version hence there will be no any registry checking from the Web Part.
  19. Read Created By / Modified By Fields

    Hi Kris, Could you please mail your detailed information to [email protected], this will help us to track the feature request easily.
  20. Hi Hari, We could not find any issue with the code and for further investigation we need the complete project to test, therefore could you please attached the project with your post so that we can look into it more deeply?
  21. Sharepoint Rendering Issue

    Hi All, Could you please let us know if you are still facing issues with the latest version of FusionCharts for SharePoint?
  22. Hi All, Could you please let us know if you were able to use FusionCharts for SharePoint?
  23. Sharepoint Beta

    Hi Marcus, Could you please let us know if you were able to use FusionCharts for SharePoint?
  24. Installation Problems

    Hi Simon, Hope you are keeping well. Just touching base to find out if you were able to use FusionCharts for SharePoint?
  25. Not Working Iis7 Server 2008 R2

    Hi, Could you please let us know the error you are getting also attach a screenshot of the page (with error). And, Are you viewing the page from a 64-Bit browser?