-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hey, Can you please try decimals attribute set it 0? This single attribute lets you control the decimal precision of all the numbers on the chart. Using this attribute, you can globally set the number of decimal places of all numbers of the chart.
-
Hi, Try setting rotateValues attribute set it to 1.
-
-
How Can I Disable Interactive Legend In Pie-Chart?
Swarnam replied to SergeyT's topic in General usage
Hey, Can you try setting interactiveLegend attribute to 0? -
Hey, We are glad to say we have added this to our new feature list. We will update you once the issue has been fixed.
-
Export Image With Out Rendering It In The Browser
Swarnam replied to venkatc's topic in General usage
Hey, No, we do not have any Java Based assembly to export the charts without rendering in the browser. However, if you are willing to export the charts directly as images(JPG/JPEG/PNG/PDF directly) without rendering it in the browser, please note that our developers have created a .NET based Server-side Image Saver Assembly that allows exporting charts as images without rendering it in the browser. Please note that this works only using .Net framework of Windows. This is an internal implementation, which is not included and/or associated with the FusionCharts pack. For receiving the same, drop us a mail requesting for this assembly at support[@]fusioncharts.com. Hope this helps. -
Please refer Forum post http://forum.fusioncharts.com/topic/11652-fusionchart/page__pid__45659#entry45659
-
Hey, Can you send us the sample code or live URL to replicate the issue?
-
Scatter Charts Too Slow And Showing Error Popup In Ie
Swarnam replied to sanjaysutar's topic in General usage
Hey, Zoom in /out feature -- Yes, FusionCharts supports Zooming feature Visual selection of data as shown here http://www.fusioncha...lection-of-data Please refer to the forum post http://forum.fusioncharts.com/topic/11648-highlighting-particular-arearegion/page__pid__45643#entry45643 3D rotation as shown here http://www.fusioncha...3d-capabilities No, it is not possible using FusionCharts Zoomline charts. -
Hi, Yes, as FusionCharts disables the Flash alerts, try using the similar way with FusionMaps. var map1 = new FusionMaps("../FCMap_USA.swf", "mapId", "400", "300", 0, 0,,,,0, 0);
-
Hey, Glad to know you were able to resolve the issue. Initially chart renders failed because setting percent size to a chart, it tries to get the width or height from its parent container. It seems that the container where you are rendering the chart is not set with a proper width when the chart is rendered into it.
-
Scatter Charts Too Slow And Showing Error Popup In Ie
Swarnam replied to sanjaysutar's topic in General usage
Hey, To have a similar effect to Scatter chart, can be obtained using Zoomline chart with alpha attribute set to 0 for data-set elements. So, only the anchor points are visible. -
Yes, color code has to be specified in a hex color code format without #.
-
Hey, Support for JavaScript Pie 3D and Doughnut 3D charts was introduced in FusionCharst XT SR3 version. Can you try upgrading to the latest version?
-
Hey, In case you wish to render Flash charts only: FusionCharts.setCurrentRenderer('flash'); -- Sets the renderer for all the charts. All the charts that get rendered, after this function call, will abide by this setting.
-
No, it is not possible to overlay Line chart over a Gantt chart.
-
Hey, I'm unable to replicate the same. Can you please send us the screenshot? For more information on "Filter Data", please refer the following link: http://docs.collabion.com/charts/contents/data_source/filter_data.html
-
How Can I Modify The Fusioncharts's Caption With Js?
Swarnam replied to tms2003's topic in Using FusionWidgets XT
Hey, Yes, we are able to change the Caption using FusionWidgets XT (v3.2) (Released on 24th January, 2012) Can you please elaborate the environment you are working on? For more information, please refer the link: http://docs.fusioncharts.com/widgets/Contents/JavaScript/JS_ChangeChartProperties.html -
Chart From Multiple Sharepoint Lists
Swarnam replied to mishal's topic in Collabion Charts for SharePoint
Hey, Thank you for letting us know about Collabion. Glad to know you like our product. Collabion currently does support only single point share list. -
Hey, If you are accessing the page from a local file system, please enable the Flash Player Global Security Settings.
-
'cancelled' Appears In An Alert() On Widget Refresh
Swarnam replied to cbosier's topic in Bug Reports
Hey, Apologies for the delay. Yes, this has been identified as an issue and will be fixed in the Trial version shortly. If you are a licensed customer, please do note this issue has been already fixed. Please try re-downloading the product. Hope this helps. -
Server Side Exporting Fusion Charts To Pdf
Swarnam replied to neeraja's topic in FusionCharts and JSP
Hey, The PDFs rendered by FusionCharts Export Handler is 72 DPI in PDF. The PDF viewer that you are using must have been set to a different Display Resolution (pixel/inch setting). A higher value will show the chart bigger and blurred while a smaller value will reduce the chart size. Please set the Resolution to 72 to see the correct chart size. Hope this helps. -
Hi Bagus Sutan, Can you please elaborate on the situation faced supported with code or screenshots? Awaiting inputs.
-
Flash Mode Multi-Series Line Chart Have Glow Effect On Each Line
Swarnam replied to Shrikant S's topic in Javascript Problems
I don't see any XML file.