Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

About Sanjukta

  • Rank
    Supreme Being

Profile Information

  • Gender
    Not Telling
  1. Hi, Yes, the latest version is backward compatible. But we do not support Flash any further, hence, you would need to remove the existing SWF files and the .swf extensions from your code. Also, please replace the existing JS files with the latest and clear the cache. You may refer to the following upgrade link. Ref.- http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html Hope this helps.
  2. Hi Sarah, Please note that FusionCharts does not calculate any internal values for comparative study. You would need to pass that explicitly in order to display this. Hope this helps.
  3. Hi, Please note that "enescapeLinks" is a FusionCharts attribute in the chart element like the other attributes like "bgColor", "adjustDiv", etc. However, we would first recommend you to upgrade your current version to the latest, i.e, FusionCharts v3.7 as the Flash is completely discontinued and lot of enhancements had been done to the JavaScript charts, including the jqueryplugin. Ref.- http://www.fusioncharts.com/jquery-charts/ Hope this helps.
  4. Fusion Charts failing to fire all events

    Hi, Thanks for the update and suggestion. We are glad that your issue is resolved. Happy FusionCharting!
  5. Hi Akhila, FusionCharts by default is not a responsive charting component based on the size of the mobbile device, as of now, however, it can be made so with a bit of additional coding for that. But the charts can be made to dynamically resize itself when the parent container resizes. You may download and refer to our mobile ready dashboard showcased on our website. Ref.- http://www.fusioncharts.com/downloads/dashboards/management-dashboard-2d-mobile.zip In the mobile version of the dashboard, chart components allow interactive, mobile-optimised data comparison, easy navigation, intuitive filters, highlighted KPIs on top and many more. Ref.- http://www.fusioncharts.com/dashboards/management-dashboard-mobile/ Hope this helps.
  6. Hi, Please note that the "palette" attribute allows to select a palette theme that applies to chart background, canvas, font and tool-tips, it does not change the colors of data items, i.e, pie slices. Using `paletteColors` attribute, you can specify your custom list of hex colors for the data items. The list of colors have to be separated by comma e.g., `"paletteColors": "#FF0000, #0372AB, #FF5904..."` and this will be displayed on the slices. Hope this helps.
  7. Internet Explorer converts UTF-8 data to single-byte

    Hi, We are looking forward to a sample so that we can test it. Also, could you please upgrade your current version to the latest, i.e, FusionCharts v3.7.0 and see if this helps? You can check with the version history from here: http://www.fusioncharts.com/version-history/ Hope this helps.
  8. We are glad that your requirement is resolved. Happy FusionCharting!
  9. Internet Explorer converts UTF-8 data to single-byte

    Hi, We would first recommend you to upgrade your current version to the latest, i.e, FusionCharts v3.6. We have completely discontinued Flash charts and only support JavaScript charts. Please upgrade and check if the issue still persists. In case yes, please share your sample data so that we might test it. Hope this helps.
  10. Hi, Welcome to FusionCharts Forum! We completely did not understand your requirement, but the much we could comprehend, it seems the Scatter XY plot chart might cater to your requirement. Also, you can connect the scatter points by setting "drawLine" attribute to "1" to in the corresponding dataset elements. Hope this helps.
  11. Hi, Could you please confirm the current version you are using? Also, please upgrade your current version to the latest, i.e, FusionCharts v3.6 if you have not already. This issue is not replicated in the latest version. Hope this helps.
  12. Hi, Could you please share the scaled-down sample with us here or mail us at [email protected], so that we might test and replicate the issue? Awaiting your response.
  13. Hi, Could you please send us a Live URL so that we might test it as we are unable to replicate the issue otherwise? Awaiting your response.
  14. Hi, Please note that you are using a much older version that support RenderChartHTML method and SWF files. We neither support this method or Flash charts anymore in the latest version. Hence, we would first recommend you to upgrade to the latest version as older versions are not supported annymore. Ref.- http://www.fusioncharts.com/asp-net-charts/ Looking forward to your response.
  15. --no-stop-slow-scripts not working

    Hi, Could you please confirm if you have a huge amount of data that is causing a timeout while rendering the chart? Also, regarding the version you might be using, you can open the "fusioncharts.js" file in a notepad and check the version from there in order to check if you are using the latest version. Hope this helps.