-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hey, Can you please confirm the FusionCharts version and type of chart used?
-
Candlestick Link Attribute Not Working With Javascript Renderer
Swarnam replied to itrujillo's topic in Bug Reports
Hey, Apologies for the delayed response. Our developers have identified it as a bug. We are working on it. We would update the same thread. -
Hey, Please refer to the following forum post : http://forum.fusioncharts.com/topic/11629-3d-pie-charts-displayed-as-2d-when-using-js/ Hope this helps.
-
Detecting Flash Before Using Flash For Charts
Swarnam replied to GaetVa's topic in Javascript Problems
Hi, To download the latest Evaluation version at: http://www.fusioncharts.com/download/trials/ If you are Licensed customer, please use the URL obtained at the time of purchase. If you are still unable to download, please send us a mail to "[email protected]" -
Hi Jim, Yes, you can get back to us anytime. We would be glad to assist you.
-
Hi Surya, The error message ''FusionChartsExportObject is undefined' will occur when the path to the FusionChartsExportComponent.js is not valid. Can you please ensure FusionChartsExportComponent.js path mentioned is relative path? Hope this helps.
-
Hi, No, Multi-Level Pie chart does not support the feature currently. Multi-level pie charts are essentially used in displaying hierarchical data. So, hierarchical data traces the path from a parent to any child. Hope this helps.
-
Hey, If you would like to disable the tool tip while hovering over the node, try setting "showToolTip" attribute to 0 in the chart element.
-
Error In Fusioncharts.hc.js With Android 2.3.3 ,chart Display Using Javascript
Swarnam replied to sudhanshu verma's topic in Javascript Problems
Hi, Welcome to FusionCharts Forum. With regard to your issue, JavaScript rendering will only work for Android versions 3.0 and above. JavaScript charts will not work in Android versions 2.2 & 2.3, however, the Flash charts will continue to work in these versions as well provided the devices have native Flashplayer support. The reason behind is the native browser in Android versions 2.2 & 2.3 uses "Canvas" as a drawing technology whereas FusionCharts XT uses SVG to render our JavaScript charts. Please refer to our "Tech Specs" page for more information: http://www.fusioncharts.com/products/suite/tech-specs/ Hope this helps. -
Hey, Apologies for the delayed response. PrintManager functionality works for DrawingPad. We were not able to replicate any issue. Please find few screenshots attached. Hope this helps. Sample Real-Time Angular Gauge.pdf
-
Hi, In JavaScript charts, customized animation styles are not available. So, while viewing the chart on devices that does not support Flash, animation effect will not be visible. Hope this helps.
-
Hi, [size="2"]1. I want the data values showing on the right side. Is it not possible to put the y-axis on the right hand side? [/size][font="Arial"][size="2"] I need the zoom function[/size][/font][size="2"] of zoomline chart , so I would not consider using[/size][font="Arial"][size="2"] the 2D Dual Y Combination chart as a workaround.[/size][/font] No, it is not possible to display the Y axis limits on the right hand side for a ZoomLine chart. [font="Arial"][size="2"]2(a) In the zoomline chart, I want to show some specific labels on x-axis (i.e.the category labels) instead of all labels. But I cannot see the 'showLabel' attribute in category in the zoomline specification sheet. I tried [/size][/font][color="#666600"][size="2"]<[/size][/color][color="#000088"][size="2"]category[/size][/color] [color="#660066"][size="2"]label[/size][/color][color="#666600"][size="2"]=[/size][/color][color="#008800"][size="2"]'Oct 2005' showLabel=1[/size][/color] [color="#666600"][size="2"]/>[/size][/color][font="Arial"][size="2"] and [/size][/font][color="#666600"][size="2"]<[/size][/color][color="#000088"][size="2"]category[/size][/color] [color="#660066"][size="2"]label[/size][/color][color="#666600"][size="2"]=[/size][/color][color="#008800"][size="2"]'Jan 2006' showLabel=0[/size][/color] [color="#666600"][size="2"]/> [/size][/color][color="#666600"][size="2"]to show/hide labels but [/size][/color][font="Arial"][size="2"]no success. Is it not possible to specific x-axis labels in zoomline chart?[/size][/font] In ZoomLine chart, the data is neatly compressed, so that all of it fits into the width of the chart. However, passing conventional multi-series XML data form and rendering a ZoomLine chart in JavaScript mode, you will be able to show/hide data labels as per your requirement. [/size][/font][font="Arial"][size="2"][font="Arial"][size="2"]2( In my zoomline chart, there are hundreds of category specified. Since <chart labelStep ='5'[/size][/font][font="Arial"][size="2"] > seems not working, how can I configure and control the label step? [/size][/font] >>ZoomLine chart does not support "labelStep" attribute.
-
Hi, No,feature requested has not been implemented in our latest version of PowerCharts
-
Text Orientation In Multi Pie Chart
Swarnam replied to ryanfolstersa's topic in Using PowerCharts XT
Hey, It is not possible to change the orientation of text displayed in a Multi Level Pie chart. -
Detecting Flash Before Using Flash For Charts
Swarnam replied to GaetVa's topic in Javascript Problems
Hi, No coding is required, to detect whether Flash Player is installed or not. Using FusionCharts XT(v3.2.2), it 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. Hope this helps. -
Hi Sumit, No, WaterFall chart does not support scroll feature. Hope this helps.
-
Fix Suggestion: Chart Requires Scrolling On Ipad And Iphone
Swarnam replied to ubercool's topic in General usage
Hey, Can you please specify the width/height of the chart dimensions in percentage instead of absolute pixels values? Starting FusionCharts XT, charts can dynamically resize itself when the parent container resizes. For this you will need to : Set the chart's size in percentage, and Set your HTML chart container such that its dimension changes dynamically when the browser resizes or due to other changes taking place in the page (like when an element is added or removed) Whenever the container element resizes, the chart will also dynamically resize itself instantly. Please read more at: http://docs.fusioncharts.com/charts/contents/advanced/PercentResize.html Also, please test the following demo using iPad/iPhone: http://docs.fusioncharts.com/charts/Code/MyFirstChart/site-visitor-resize-dynamic.html Hope this helps. -
Hi, Thanks for the inputs. We are looking into it. We would update the documentation accordingly.
-
Dynamically Adding/editing Nodes At Runtime With Javascript
Swarnam replied to deng's topic in Using PowerCharts XT
Hi, Apologies for the delayed response. Yes, we were able to reproduce the error. We are working on it. For further developments, we would update this thread. -
Hi Arron, Please refer to the following link to read more about "Version History": http://www.collabion.com/products/ccsp/collabion-version-history.html
-
Disable One Legend Before Render Fusion Chart
Swarnam replied to vincent song's topic in Suggestions & Requests
Hi Vincent, If feasible, we would include the request in our wishlist. For further developments, we would update the same thread. -
Hi, Try using "plotSpacePercent" attribute in the <chart> element. This attribute helps to increase or decrease the spacing between columns. Hope this helps.
-
Disable One Legend Before Render Fusion Chart
Swarnam replied to vincent song's topic in Suggestions & Requests
Hi Vincent, Welcome to FusionCharts Forum. No, it is not possible to hide few data sets while the chart renders initially. By default, FusionCharts renders data sets in enabled mode. Hope this helps.