-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, Please try using the Bubble chart that would suit your requirement, as it supports numerical values along both X and Y axis. Ref.- http://www.fusioncharts.com/explore/bubble-xy-charts/ For more details on this chart, please refer to the following link. Ref.- http://docs.fusioncharts.com/tutorial-attr-bubble.html Hope this helps.
-
ZoomLine charts not working properly in a scrolled panel
Sanjukta replied to yang.yang.zz's topic in Bug Reports
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.5.0 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. -
Glad that your issue is resolved. Happy FusionCharting!!
-
Fusion Map - Get Entity SVG Path element on Entity Click Event
Sanjukta replied to meghana's topic in Using FusionMaps XT
Hi, We have a native sample on this which might be useful to you. Please check and share your feedback. HighlightEnitityOnClick.zip -
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
-
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
-
Hi, Apologies for the delay. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
-
Hi, Apologies for the delay. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback.
- 1 reply
-
- javascript
- require.js
-
(and 1 more)
Tagged with:
-
Font size of node label/name cant be change
Sanjukta replied to Rajavelu's topic in Using PowerCharts XT
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps? Awaiting your feedback. -
How to Export Fusion Chart to Powerpoint
Sanjukta replied to pras's topic in FusionCharts and ASP.NET
Hi Pras, Welcome to FusionCharts Forum! Please note that FusionCharts supports exporting charts only to images or PDF. It cannot directly export to PPT. However, you can then save these exported images to some convenient location and then integrate it into your PowerPoint reports using your own code. Also, note that the latest version, i.e, FusionCharts v3.4 supports pure JavaScript charts and hence, server-side export is only possible. But currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Hope this helps. -
Exporting Chart error server directory does not exist
Sanjukta replied to chanda shirisha's topic in FusionCharts and PHP
Hi, Please note that the latest version, i.e, FusionCharts v3.4 supports pure JavaScript charts and hence, server-side export is only possible. But currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Hope this helps. -
Setting up the dataSource for flash based charts
Sanjukta replied to tgupta1983's topic in General usage
Hi, Please note that "setXMLData" works perfectly with the Flash based charts. This function which takes XML embedded as string from the JavaScript. We call it Data String method. You are using an older version (Flash), hence, you may refer to the previous documentation. Ref.- http://docs.fusioncharts.com/charts/contents/?FirstChart/DataXML.html The documentation you have referred to is of the latest version, i.e, FusionCharts v3.4. This is purely a JavaScript version and does not support Flash any further. The constructor method is available with the latest version, i.e, FusionCharts v3.4 and can be referred to from here. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-your-first-charts-building-your-first-chart.html Hope this helps. -
Hi, Please note that starting from FusionCharts v3.2, you can render FusionCharts in both Flash and JavaScript mode. Ref.- http://docs.fusioncharts.com/charts/archive/3.2.1/Contents/?FirstChart/UsingPureJS.html Also, in case you wish to render only JavaScript based charts (and not use Flash at all), you just have to add a line of code as shown below: FusionCharts.setCurrentRenderer('javascript'); This code will ask FusionCharts renderer to skip Flash rendering and create pure JavaScript based charts. However, we recommend you to upgrade to the latest version, i.e, FusionCharts v3.4. This is purely a JavaScript version (no Flash support any further) and we have included a lot of bug fixes, features enhancements and new features. Hope this helps.
-
Glad your issue is resolved!
-
Hi, We would need your complete XML data in order to test the values. In case you have any issues to post it here, please mail it to us at [email protected]. Hope this helps.
-
Problem with bubble chart after upgrade from v 3.3.1 sr3 to 3.4
Sanjukta replied to harshdand's topic in Installation and Upgrades
Hi, We are unable to replicate the issue you have mentioned as the Bubble chart is displayed perfectly with your JSON data. Please check with the following JSFiddle for your reference. Ref.- http://jsfiddle.net/sanjuktamukherjee/eZjjT/344/ Hope this helps. -
Exporting Chart error server directory does not exist
Sanjukta replied to chanda shirisha's topic in FusionCharts and PHP
Hi, It seems like the folder where you are willing to save the exported image of the chart, does not exists, hence, it is throwing the error, Also, we would suggest you to upgrade your current version to the latest to resolve these issues, as we are not working any further on the previous version. Hope this helps. -
Chart not following "Responsive Design" 100% Height
Sanjukta replied to mschenkel's topic in Javascript Problems
Hi, Please note that since FusionCharts XT, charts can dynamically resize itself when the parent container resizes. For this you will need to : >> Set the chart's size in percentage, and >> Set your HTML chart container such that its dimension changes dynamically when the browser resizes or due to other changes taking place in the page (like when an element is added or removed) Whenever the container element resizes, the chart will also dynamically resize itself instantly. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-your-first-charts-changing-the-size-and-type.html Hope this helps. -
Fusion Chart 3.3.1 Support for Angular JS
Sanjukta replied to [email protected]'s topic in General usage
Hi, Please note that "FusionCharts.ready(function () " is a function supported since the latest version, i.e, FusionCharts v3.4. Hence, it would not be working as expected in any of the previous versions. Hope this helps. -
Hi, Unfortunately there is no alternative to generate the X and Y for each node. We would need to provide it to the nodes based on the chart dimensions. Also, if the nodes take up the values dynamically, there might be a major chances of overlapping nodes which is not a desirable visualization. Hope this helps.
-
Hi, Welcome to FusionCharts Forum! Please note that FusionCharts accepts data only in the supported XML/JSON data format. Hence, no matter what your data source is, you would need to fetch the data, convert it to the support using some server-side script and pass it to the chart to display it. Hope this clarifies your query.
-
How to set the distance between the valueBelowPivot and the angular chart
Sanjukta replied to Vedmack's topic in Using FusionWidgets XT
Hi, Please send us the scaled-down sample along with the chart dimensions so that we might test it. Hope this helps. -
Hi Daniel, Please note that the 0, 0 that you had referred to are actually the Boolean values for the debug mode and the registerwithJS parameter. Debugmode is not required anymore as the latest version does not support Flash any further and "registerwithJS" is always set to 1 by default in the latest version. Please send us your complete sample so that we might test it? Also, you can fix the "pieRadius" value so as to keep the pie size constant. Hope this helps.
-
Exporting Chart error server directory does not exist
Sanjukta replied to chanda shirisha's topic in FusionCharts and PHP
Hi, Could you please confirm the FusionCharts version you are using? In case it is the latest version, i.e, FusionCharts v3.4, please note that currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html If you are using a previous version, please send us a scaled-down sample or the error that you are receiving. Hope this helps. -
Hi Albert, The chart calculates the space internally which might not be what is expected visually, hence, the skipping of values to prevent the chances of overlapping.