-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Creating Charts Using Excel File Data In Wss3.0
Swarnam replied to mishal's topic in Collabion Charts for SharePoint
Hi Mishal, Excel services are only offered on SharePoint enterprise version. For more details see http://sharepoint.microsoft.com/en-us/buy/pages/editions-comparison.aspx WSS3.0 does not support excel services. Excel web services are available with MOSS 2007. Hope this helps. -
How Can We Render Fusion Charts In To Iframe From Parent .
Swarnam replied to venkatc's topic in Bug Reports
-
No, we do not support Multi Series Stacked Column 3D chart currently.
-
Hey Rich, We are looking into the issue. We would update you on the same. Thank you for your continued patience and support.
-
Hey David, We have reported the issue you have raised and our Engineering team is currently looking into this. However, we are currently working on some other issues at the same time, including version upgrades to some of the other products in the FusionCharts Suite and as such, this particular issue will take some time to address. Thank you for your continued support.
-
Yes, FusionCharts XT and FusionCharts v3.2.2 are the same.
-
Hey, To update the value of a gauge, you need to output the data in following format: &value=20So, when FusionWidgets will read this value, it will update the chart by setting its value to 20 (if the data is within range). Hope this helps.
-
Refer to forum post: http://forum.fusioncharts.com/topic/11920-prompt-downloading-adobe-flash-plugin-to-user/page__gopid__46801#entry46801
-
Prompt Downloading Adobe Flash Plugin - To User
Swarnam replied to Atul Darne's topic in Bug Reports
Hey Atul, Yes, definitely using FusionCharts we can prompt the user to download the Flash Player if it doesn't exist. Starting FusionCharts v3.2.2 gives you the option of either using automatic fallback, wherein the charts figure out the best mode of rendering (either Flash or JavaScript, based on availability of Flash Player), or lets you configure whether to render charts exclusively using JavaScript/Flash. So, to render only Flash based charts, set the current renderer to flash. All the charts that get rendered, after this function call, will abide by this setting. Also, to prompt the user to download Adobe Flash Player, try setting 'detectFlashVersion' and 'autoInstallRedirect ' attribute to '1' in the FusionCharts constructor. detectFlashVersion : Set to "1" to make FusionCharts Class check whether Flash Player 8 is present in the Browser. (optional - Default value is "0' ) autoInstallRedirect : Set to "1" with detectFlashVersion set to "1" and FusionCharts redirects to Flash Player installation page of Adobe's website. (optional - default is "0") FusionCharts.setCurrentRenderer('flash'); var myChart = new FusionCharts('Column2D.swf', 'myChart1', '900', '300', '0', '1','','','','1','1'); For more information, please refer the following link: http://docs.fusioncharts.com/charts/contents/JavaScript/API/Methods.html Hope this helps. -
Difference In Funnel Chart Rendering For Javascript And Flash
Swarnam replied to Vibin's topic in Using FusionWidgets XT
Hey, No, we do not have any other workarounds We have identified it as a bug. It will be fixed in our next service release of FusionWidgets. We would update you on the same. Thank you for your continued patience and support, -
Hey Alexey, We have identified it as a bug related to Linear gauge rendered in JavaScript mode. We would fix it likely in our next service release of FusionWidgets. We would update you on the same. Thank you for your continued patience and support.
-
Hey Ana, Yes, font size for the sub caption can be changed by applying Font Style element. But, it will not be possible to change the sub-caption font size using JavaScript API like setChartAttribute method. Read more: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_ChangeChartProperties.html Hope this helps.
-
Need Some Help Getting Data From Database Into Angular Guage
Swarnam replied to siric's topic in Using FusionWidgets XT
-
Hi Ana, If your rendering the charts from a local machine, to enable communication between charts and JavaScript (like updating data, retrieving data, printing, exporting, event handling etc.), you need to setup Flash Player Global Security settings. For more information on "Flash Player Global Security settings", please refer the following link: http://docs.fusioncharts.com/charts/Tools/FlashPlayerSecuritySetup/HowToSetup.html#offline Hope this helps.
-
Column Charts Are Not Working In Ipad
Swarnam replied to Mushari's topic in FusionCharts and ASP.NET
Hey, Try loading FusionCharts.js from FusionCharst XT pack. <script src="FusionChartsXT/ FusionCharts.js" type="text/javascript" ></script > Also, you will only need to include FusionCharts.js in your Web page (however, do not forget to copy the rest of files to your web application). The rest of the JavaScript files will be automatically loaded on-demand by FusionCharts.js. Hope this helps. -
Hi Anna, Can you please paste the XML code? Also, please enable the debug mode, to identify the FusionCharts version used. For more information , please refer http://docs.fusioncharts.com/charts/contents/Debug/Window.html
-
Hey, We are getting ready to release our beta version of FusionMaps XT around end of June. Yes, it would support JavaScript fallback in the next version.
-
Hey, Using FusionCharts Free, setting rotateNames='1' attribute will set x-axis label orientation to vertical. <graph caption='caption' xAxisName="Months" rotateNames='1'..> <set name='January' value='100'> <set name='Febraury' value='200'> </graph> Hope this helps.
-
Hi Anna, 'interactiveLegend' attribute has been supported starting FusionCharts v3.2 Can you please confirm the FusionCharts version used?
-
Can Scroll Bar Be Shown For Any Fusion Chart
Swarnam replied to Dinesh M's topic in Using PowerCharts XT
Hey Dinesh, Box and whisker charts does not support scroll bar as of now and we do not have any work around for the same. Your support request(118197) has been processed and one of our Technical Team Members will get in touch with you asap. -
Box And Whisker Chart Calcuation Seems To Be Wrong(Box And Whisker Chart)
Swarnam replied to Dinesh M's topic in Using PowerCharts XT
Hi Dinesh, We are looking into the issue. We would update you soon. Thank you for your continued patience and support. -
Getting Unresponsive Script Error In Flash-Off
Swarnam replied to Harini Pasupuleti's topic in Miscellaneous
Hi Harini, Can you please let us know the FusionCharts version used? Also, please try upgrading to the latest service release version of FusionCharts(FusionCharts XT SR3)? www.fusioncharts.com/download/ -
Can Scroll Bar Be Shown For Any Fusion Chart
Swarnam replied to Dinesh M's topic in Using PowerCharts XT
Hi Dinesh, No, it is not possible to display scroll bar for Stacked Area/Stacked Bar/Box and whisker charts.