-
Content count
1,122 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Swarnam
-
Hey Charles, Thanks and also glad to know your issue has been resolved.
-
Hi Charles, Can you please try loading all the JavaScript files explicitly? Ref. code:(Please add the files as below) <script language="JavaScript" src="https://s3-eu-west-1.amazonaws.com/domain/html/charts/jquery.min.js"></script>'>https://s3-eu-west-1.amazonaws.com/domain/html/charts/jquery.min.js"></script> <script language="JavaScript" src="https://s3-eu-west-1.amazonaws.com/domain/html/charts/ FusionCharts.js"></script> <script language="JavaScript" src="https://s3-eu-west-1.amazonaws.com/domain/html/charts/FusionCharts.HC.js"></script> <script language="JavaScript" src="https://s3-eu-west-1.amazonaws.com/domain/html/charts/FusionCharts.HC.Charts.js"></script> Hope this helps.
-
Remove exported chart from the component
Swarnam replied to rasmichilakamarri's topic in General usage
Hi Ganesh, If you would like to remove the exported charts from the Export component before exporting the chart again, it is not supported using FusionCharts. Clicking the export button will add the exported chart entries to the existing one. Hope this helps. -
Hey, Please find the modified sample attached which uses jQuery v1.9.1 and removed jquery-migrate plugin. We have not faced any issue while loading the chart. Hope this helps. jquery1.9.zip
-
Hey, If you are providing numbers in the non-standard convention, FusionCharts XT XML/JSON, it will give an error while converting to number. If commas are used as decimal separators, then you will have to specify it as: Ref. code: <chart ... inDecimalSeparator=',' ...> Please refer for more information about "Input Number Formatting" at: http://docs.fusioncharts.com/charts/contents/advanced/number-format/Number_Input.html Hope this helps.
-
Hi Deepthy, For Flash charts, to display the labels in Wrap and Slanted mode, please use the following settings. Ref. code: <chart labelDisplay='AUTO' slantLabels='1'.....> Hope this helps.
-
Hey, Please refer to the forum post: http://forum.fusioncharts.com/topic/12840-jsf-20-fusionchart/
-
Error After I Upgraded Fusioncharts Xt(V3.3.0)
Swarnam replied to Anshuman's topic in Javascript Problems
Hi Anshumaan, Welcome to FusionCharts Forum. IE compatibility variable naming error occurs when you have a JavaScript variable in the global window scope with the same name as that of the chart's ID. For example: var myChart = new FusionCharts('Coulmn3D.swf', 'myChart'); Note that the chart ID "myChart" is same as the JS variable name "myChart" Hope this helps. -
Hey, While changing the view to 3D on a right click, the chart changes to 3D mode. After changing the view to 3D, please try rotating the chart. Please find the attached screenshot for your reference.
-
Hi Fairoz, To display "%" or any text at any position of the chart can be obtained using Annotations. Annotations let you create your own custom objects (shapes, images, text etc.) in the charts. You can create various shapes like polygons, rectangles, circles, arcs, etc., render annotation text at required positions For more information on Text Annotations, please refer to : http://docs.fusioncharts.com/widgets/Contents/Annotations/Text.html Hope this helps.
-
Hey, Welcome to FusionCharts Forum. We are working on it. Once the issue has been fixed, we would update the same thread. Apologies for the inconvenience.
-
How To Disable Hover Color Change In Doughnut Chart
Swarnam replied to mduman's topic in General usage
Hi, Welcome too FusionCharts Forum. Thanks for sharing your suggestion. -
Hey, No, it is not possible to change the shape of the connector arrows.
-
Chart Displays Only Text And Background When In Js Render Mode
Swarnam replied to nightmare67's topic in Javascript Problems
Hey, Glad to know your issue has been resolved. To obtain the latest version, please use the URL obtained at the time of purchase. If you face any issues while downloading the Licensed version, please drop a mail to "[email protected]" -
Chart Displays Only Text And Background When In Js Render Mode
Swarnam replied to nightmare67's topic in Javascript Problems
Hey, The latest version of FusionCharts XT is FusionCharts XT v3.3.0 released on 30th January 2013. Meanwhile, you can try downloading our Trial version and check if the issue has been resolved? -
Hi Mari, No, it is not supported using FusionWidgets currently.
-
Hey, Can you please try explicitly setting "yAxisMinValue" attribute in the chart element? This attribute helps you explicitly set the lower limit of the chart. Hope this helps.
-
Hey, If you have numbers on your chart as 136, 144 and without decimal points, it is not possible to convert it to 13.6 or 14.4 As mentioned earlier by Sanjukta, you will have to display it as a custom values on the column plots, please try using "displayValue" in the <set> element. Ex: <set ... value='136' displayValue='13.6' > Hope this helps.
-
Hey, Can you please try clearing the browser cache? If the issue is still unresolved, please drop us a mail at "[email protected]"
-
Questions Regarding Buying Fusionchartsxt
Swarnam replied to JackKokah's topic in FusionCharts and ASP.NET
-
Questions Regarding Buying Fusionchartsxt
Swarnam replied to JackKokah's topic in FusionCharts and ASP.NET
Hey, As you can see the numbers are interacting with each others, and we couldn't find any solution to this in Fusion charts free, we hope that we can have more control on this in FusionChartsXT so that the chart can be more clear to users. >>Yes, lot more of features has been added and enhanced. You will have more control over the chart features when compared to FusionCharts Free. Please find the chart rendered using the latest version. 2- Printing the whole page including the charts sometimes the chart do not appear. And most of times when printing the chart position changes in print preview and it's hard to control, we also hope that we can have more control in printing in FusionChartsXT. Yes, FusionCharts XT provides advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc. Even though displayed properly on screen, printed output had been not proper in these browsers. So long! FusionCharts JavaScript class offers a separate Print Manger class to take care of this. FusionCharts JavaScript class offers a separate Print Manger class to take care of this. The implementation of Print Manager is fairly simple. You would just need to add a single line of code in JavaScript which enables Print Manager for all charts present in a web page. Once enabled, all the charts present in a page are prepared to print correctly.[/code] Once the charts are ready, which can be tracked by listening to an event raised by the Print Manager, you can use browser's File → Print menu, JavaScript's native window.print() function or Print Manager's advanced function - managedPrint(). In any of these actions, the charts would come-up properly in the print media. Please refer for more info at: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_PrintManager.html 3- Ability to view charts on mobiles,iphones,android, .. etc. Since FusionCharts Free was rendered in Flash, we couldn't view it on other systems that doesn't supports flash like IPhones. I believe we can solve this in FusionChartsXT if charts were rendered as JavaScript right? Yes, FusionCharts XT 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. 4- We're kind of confused in purchasing the correct plan of FusionChartsXT, can you please clarify which of the plans would be suitable for us? We have an ASP.Net website hosted on GoDaddy.com, I think we only need the "Website" plan. >>Can you please drop a mail to "[email protected]" ? -
Chart Displays Only Text And Background When In Js Render Mode
Swarnam replied to nightmare67's topic in Javascript Problems
Hey, Welcome to FusionCharts Forum. Can you please try using the latest version and check if your issue resolves? To download latest version at: http://www.fusioncharts.com/download/trials/