-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
-
Use Fusionmaps, Fusioncharts, Powercharts In One Page, Map Is Invisible If Rendering Using Javascript Only
Swarnam replied to zhanghuancs's topic in Using FusionMaps XT
Hi, Can you please try clearing the browser cache and check if the issue has been resolved? If no, can you please share the sample code/live URL for further testing? -
Use Fusionmaps, Fusioncharts, Powercharts In One Page, Map Is Invisible If Rendering Using Javascript Only
Swarnam replied to zhanghuancs's topic in Using FusionMaps XT
Hi, Can you please download the latest version of FusionMaps XT and update the Map files? Download Link: http://www.fusioncharts.com/download/trials/ Hope this helps. -
Hi Sharmila, Can you please download the latest version of FusionCharts XT? Download Link: http://www.fusioncharts.com/download/trials/ It has lot of bug fixes and improvements. Please refer more about Version History at: http://docs.fusioncharts.com/charts/contents/Introduction/WhatsNew32.html Hope this helps.
-
Hey Sharmila, Can you please let us know the version of FusionCharts used? Please check the following link: http://www.fusioncharts.com/demos/gallery/#scroll-charts and share your valuable feedback.
-
Hi, Multi-Series Line chart are visible in iPad. The chart types within FusionCharts renders in JavaScript (HTML5) & Flash mode. I'm unable to find any attachment, can you please resend it?
-
Detecting Flash Before Using Flash For Charts
Swarnam replied to GaetVa's topic in Javascript Problems
-
Hi, Welcome to FusionCharts Forum. Yes, using FusionCharts Free it does not displays the data plot with zero value as a flat bar. However, using FusionCharts XT it displaya a flat bar for a zero value data plot. FusionCharts XT has lot more properties, features added to improve the visualization and enabling a rich user experience. As a suggestion, can you please try using the Evaluation version of FusionCharts? To download the Evaluation version at: http://www.fusioncharts.com/download/trials/ Hope this helps.
-
Hey, Glad to know your issue has been resolved.
-
Hi, Yes, using Shadow Style Type will help you apply shadow effect to any of the data plot object. <chart> ...................... <styles> <definition> <style name='MyFirstShadow' type='Shadow' color='CCCCCC' /> </definition> <application> <apply toObject='DataPlot' styles='MyFirstShadow' /> </application> [b] </styles>[/b] </chart> Please read more at: http://docs.fusioncharts.com/charts/contents/Styles/Shadow.html Hope this helps.
-
The Negative Value Can Be Displayed In Combination Charts?
Swarnam replied to Mingji's topic in General usage
Hi, Welcome to FusionCharts Forum. Yes, negative values are accepted using Multi-series Column 3D Line Dual Y Combination chart or using any other chart type packaged under FusionCharts. Please find the attached screenshot for your reference. Hope this helps. -
Hi Sooraj, Welcome to FusionCharts Forum. "placeValuesInside" attribute is applicable only for Column/Bar charts to place the values within a Column/Bar. However, it is not possible to place the values within a pie using FusionCharts currently.
-
Hi, To turn off the interactivity for JavaScript charts, set enableSlicing and enableRotation attribute as '0' in the chart element. Hope this helps.
-
Hey Chris, Using JavaScript rendering, legend text does not overlaps. Please find the attached screenshot for your reference.
-
Hey, I'm afraid, FusionCharts Free does not support resizing charts in percentage. Starting FusionCharts v3, you can resize the chart based on percentage. FusionCharts can dynamically resize itself when the parent container resizes. Please read more at: http://docs.fusioncharts.com/charts/contents/advanced/PercentResize.html Hope this helps.
-
Hi, The suggested method is applicable for JavaScript charts. Flash charts has a very limited support for HTML tags when isHTML i sset to 1. Hope this helps.
-
Hey Sumit, Flash charts are exported along with X axis datalabels. Can you please share the XML and type of chart used for further testing?
-
-
Hi Chris, Welcome to FusionCharts Forum. Rendering the chart using Internet Explorer browser, I'm unable to replicate the issue for any overlapping issue in the legend. Can you please elaborate on the issue faced? Please find the attached screenshot for your reference(Using IE8).
-
Hey, Glad to know your issue has been resolved by installing Flash Player. Since Flash Player was not installed, the browser automatically falls back to a JavaScript charts. "Invalid data" error occurs since JavaScript charts does a strict XML validation whereas Flash chart ignores duplicate attributes. Hope this helps.
-
Hey, Can you please confirm the mode of rendering? If Internet Explorer 8 does not have Flash Player installed, it automatically loads a JavaScript charts. For rendering a JavaScript chart, please ensure FusionCharts.HC.js, FusionCharts.HC.Widgets.js and jquery.min.js.are present in the same folder as FusionCharts.js. Hope this helps.
-
Hey, Can you please let us know the error message while rendering the chart using IE 8?
-
Hi, Welcome to FusionCharts Forum. No, it is not possible to slice out the pies all at the same time. However, the pie slices can be sliced out initially at the time of rendering. <chart caption='Company Revenue' showPercentageValues='1' > <set label='Services' value='26' isSliced='1'/> <set label='Hardware' value='32' isSliced='1'/> <set label='Software' value='42' isSliced='1' /> </chart> Hope this helps.