-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
About Sanjukta
-
Rank
Supreme Being
Profile Information
-
Gender
Not Telling
-
Property "unescapeLinks" doesn't seem to work.
Sanjukta replied to sergiocnf's topic in Javascript Problems
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. -
Dynamic Tooltip for MSLine Compare Between Different Series
Sanjukta replied to WebDevSarah's topic in Miscellaneous
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.- 2 replies
-
- msline
- plottooltext
-
(and 1 more)
Tagged with:
-
Property "unescapeLinks" doesn't seem to work.
Sanjukta replied to sergiocnf's topic in Javascript Problems
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. -
Hi, Thanks for the update and suggestion. We are glad that your issue is resolved. Happy FusionCharting!
-
Fusion Charts on Mobile - problem with Auto Adjusting to screen
Sanjukta replied to Akhila Hebbar's topic in FusionCharts and ASP
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. -
FC 3.7.0 - Pie 2D chart - "palette" setting does not work
Sanjukta replied to MatsSoft's topic in Bug Reports
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. -
Internet Explorer converts UTF-8 data to single-byte
Sanjukta replied to Álvaro González's topic in Javascript Problems
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. -
Best strategy for time-based line chart with sparse data
Sanjukta replied to jbruce's topic in General usage
We are glad that your requirement is resolved. Happy FusionCharting! -
Internet Explorer converts UTF-8 data to single-byte
Sanjukta replied to Álvaro González's topic in Javascript Problems
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. -
Best strategy for time-based line chart with sparse data
Sanjukta replied to jbruce's topic in General usage
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. -
x-axis data label moves up and down for StackedColumn2D chart
Sanjukta replied to kwong's topic in Bug Reports
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. -
IE 8 page rendering triggers window resize events which result in an infinite loop
Sanjukta replied to dkirby's topic in General usage
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. -
Pie Chart Is Not Rendering Properly On Mobile Browser
Sanjukta replied to cshah786's topic in FusionCharts and JSP
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. -
HTML controls overlapping with fusioncharts graph in IE 11
Sanjukta replied to Ashwini Maddala's topic in FusionCharts and ASP.NET
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. -
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.