-
Content count
1,253 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Rahul Kumar
-
Exhange List Rows And Columns In Chart
Rahul Kumar replied to Vasily's topic in Suggestions and Requests
Hi Vasily, Thanks for your suggestion, we have added your suggestion to our wishlist, and we'll work on them. -
Memory Leak When Updating Fussioncharts In Winforms
Rahul Kumar replied to huricane's topic in Bug Reports
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. -
Hi Mat, Could you please try using %25 instead of % (percentage) in your XML? Example: numberSuffix='%' should become numberSuffix='%25'
-
Radar Chart - Switch X And Y Axes On List
Rahul Kumar replied to Vasily's topic in Collabion Charts for SharePoint
Hi Vasily, I am afraid, the feature you request is not possible as of now. -
Radar Chart - Switch X And Y Axes On List
Rahul Kumar replied to Vasily's topic in Collabion Charts for SharePoint
Hi Vasily, Could you please attach a screenshot of the radar-chart created in excel this will help us to understand your requirement. -
I Downloaded Your Example Fusiongadgets_Vbnet
Rahul Kumar replied to hjohan's topic in Using FusionWidgets XT
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> -
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?
-
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?
-
Charts As Part Of Site Template Stp (2007)
Rahul Kumar replied to 1derboy's topic in Collabion Charts for SharePoint
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. -
Fusioncharts For Sharepoint Beta Impression
Rahul Kumar replied to a topic in Collabion Charts for SharePoint
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 -
.net Assembly And No Rendering Images
Rahul Kumar replied to penteleq's topic in FusionCharts and PHP
Hi, I am afraid, we never tested it for different domain, but I assume it should work. -
.net Assembly And No Rendering Images
Rahul Kumar replied to penteleq's topic in FusionCharts and PHP
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. -
Fusioncharts For Sharepoint Beta Impression
Rahul Kumar replied to a topic in Collabion Charts for SharePoint
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. -
Hi Andrius, Could you please try adding the Web Part to your root site and let us know the result?
-
Fusioncharts For Sharepoint Beta Impression
Rahul Kumar replied to a topic in Collabion Charts for SharePoint
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 -
Fusioncharts For Sharepoint Beta Impression
Rahul Kumar replied to a topic in Collabion Charts for SharePoint
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.? -
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.
-
Fusioncharts Version Checking
Rahul Kumar replied to Kris Ostergard's topic in Collabion Charts for SharePoint
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. -
Read Created By / Modified By Fields
Rahul Kumar replied to Kris Ostergard's topic in Suggestions and Requests
Hi Kris, Could you please mail your detailed information to [email protected], this will help us to track the feature request easily. -
Sample Application In Asp.net Is Getting Error Like "w Is Undefined"
Rahul Kumar replied to Harikrishnan Sivarajan's topic in FusionCharts and ASP.NET
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? -
Hi All, Could you please let us know if you are still facing issues with the latest version of FusionCharts for SharePoint?
-
Fusioncharts For Sharepoint Beta Impression
Rahul Kumar replied to a topic in Collabion Charts for SharePoint
Hi All, Could you please let us know if you were able to use FusionCharts for SharePoint? -
Hi Marcus, Could you please let us know if you were able to use FusionCharts for SharePoint?
-
Hi Simon, Hope you are keeping well. Just touching base to find out if you were able to use FusionCharts for SharePoint?
-
Not Working Iis7 Server 2008 R2
Rahul Kumar replied to JanNortje's topic in FusionCharts and ASP.NET
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?