Swarnam

Administrators
  • Content count

    1,122
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Swarnam

  1. 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?
  2. 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.
  3. Scroll

    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.
  4. Scroll

    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.
  5. Change Data

    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?
  6. Display A Value Of 0 (Zero)

    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.
  7. Drawing Pad And Print Manager

    Hey, Glad to know your issue has been resolved.
  8. 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.
  9. 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.
  10. Data Label Display Inside Column?

    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.
  11. Turn Off Interactivity In Pie Chart

    Hi, To turn off the interactivity for JavaScript charts, set enableSlicing and enableRotation attribute as '0' in the chart element. Hope this helps.
  12. Legend Text Overlapping

    Hey Chris, Using JavaScript rendering, legend text does not overlaps. Please find the attached screenshot for your reference.
  13. Chart Widths Set To Percent

    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.
  14. How Do I Show Html Table In Tooltip

    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.
  15. Export Fusionchart Via Client Side

    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?
  16. Legend Text Overlapping

    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).
  17. Mobile Browser Issues - Invalid Data

    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.
  18. Multiple Charts In Single Page In Ie

    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.
  19. Multiple Charts In Single Page In Ie

    Hey, Can you please let us know the error message while rendering the chart using IE 8?
  20. Exploding A Pie Chart

    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.