-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Chart Limits Number Formating
Ayan Bhadury replied to Tevin.Davis's topic in FusionCharts and ASP.NET
Hi, Sad to hear that you are facing a problem, could you please share us the chart type for which you are having the query, also please share us a sample replicating the problem so that we could assist you accordingly. -
Exporting Fusion Chart to Local Machine(Directory)
Ayan Bhadury replied to Ajay Singh Meena's topic in FusionCharts and JSP
Hi, Please note in order to render FusionCharts it should be rendered either in a browser window or in a web view element, regarding saving your file to a specific folder you could use FusionCharts Java Private export server using which you could achieve the requirement. Please check the link for reference - https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/server-side-export/setup-private-export-server-java.html -
Welcome
-
Hi, Please set centerLabelBgOval attribute as 1 and centerLabelBgColor as #ffffff both at the chart level. For reference please check the sample fiddle - https://jsfiddle.net/x4L47hd0/3/
-
Angular Gauge: Pivot animation speed
Ayan Bhadury replied to haggis's topic in Using FusionWidgets XT
Hi, Please use transposeAnimation attribute at the chart level and set as 1 at the chart level, this will update the dial value smoothly, please note transposeAnimation attribute is still in development phase. For reference please check the sample fiddle - http://jsfiddle.net/9ttz2287/43/ -
Export XLS not working in Javascript chart
Ayan Bhadury replied to BCC's topic in Javascript Problems
Hi, Yes you could get the CSV data of the chart using FusionCharts built-in API method getCSVData, for details please check this link - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#getCSVData Also for further reference please check the sample fiddle - https://jsfiddle.net/fusioncharts/L486ydop/ -
Hi, Yes if you want to render the charts only without showing the details of entities then the JSON structure will be almost similar just the chart type would be different sample - http://jsfiddle.net/fusioncharts/e57mb/ However, if you want to show some value for a specific entity then the entity should be mapped using its corresponding id and hence the id will differ from map to map. To know the id for each map check this link - https://www.fusioncharts.com/dev/maps/spec-sheets/world.html
-
Export XLS not working in Javascript chart
Ayan Bhadury replied to BCC's topic in Javascript Problems
On investigating the above the problem, we came to the observations that the alert box is popping up when the excel file is opened using MS Excel, the reason behind it is that the recent version of MS Excel takes xlsx files as the extension hence an alert box is showing before opening, however other Excel software such as WPS Office, Libre Office are getting opened properly without any alert message. We have already reported the problem to the concerned team and will be sharing a fix in our upcoming FusionExcel feature using which you will be able to resolve the problem, we will let you know when the feature is released. -
Hi, Please check the sample fiddle - http://jsfiddle.net/ktot1cnr/ Also, note the below table-like structure for the specification sheet is an HTML table which can be configured at your end.
-
Hi, Based on the above error, please troubleshoot the following things in your code to resolve the problem Please check the chart alias name is provide as candlestick on your source code. Also, check that whether you have included fusioncharts.powercharts.js as your core library files, as to render Candlestick chart you need to have fusioncharts.js and fusioncharts.powercharts.js For reference please check the sample for details- https://plnkr.co/edit/iuk8MX04Cvg1EH2AQ5Ix?p=preview
-
Welcome
-
Hi, As stated earlier you could export FusionCharts both in server and client side using exportMode attribute, please note you could export the chart without internet using exportMode as client at the chart level. Sample - https://jsfiddle.net/3r31o62b/
-
Hi, At the time of exporting only the chart SVG is sent not the chart data. For the second query, you could change the exported file name using exportFileName attribute at the chart level, for reference please check the sample - http://jsfiddle.net/y32u8qkd/
-
Hi, You could configure the export server in multiple ways using FusionCharts export server, to do this please set exportMode as server at the chart level For configuring at client side please set exportMode as client at the chart level Also, you could set your own private export sever using FusionCharts in many server-side languages like PHP, Java, .Net etc check this link for details - https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/server-side-export/setup-private-export-server-asp-net.html
-
Hi Ajay, FusionCharts offers native JSP wrapper using which you could render charts using java as server-side language, please check this link for details - https://www.fusioncharts.com/dev/using-with-server-side-languages/java/introduction.html Please note you could also export the chart using FusionCharts JSP wrapper. Please check this sample which showcases an export feature using FusionCharts JSP wrapper - https://www.dropbox.com/s/ybex31h034btgjc/FusionChart_export.zip?dl=0 Hope this helps.
-
welcome
-
Hi, Prototype JS framework overrides the native definition of *JSON.parse* & *JSON.stringify* due to which the proper output is not achieved (up to v1.6.1.0). It is working fine in v1.7.3. In the sample provided the javaScript *sort* function is called on a string (since JSON.parse is returning a string). Hence the issue. Sample using v1.6.1: https://jsfiddle.net/ufyatvuz/1/ Sample using v1.7.3: https://jsfiddle.net/5mbfurne/1/ Please check, the console.
-
Fusioncharts import
Ayan Bhadury replied to Ravikumar Sutagundi's topic in Installation and Upgrades
Hi, Please drop us a mail to [email protected] with the problem you are facing also with your licensing and order details. -
fusionchartsmaps Geographic codes for implementation
Ayan Bhadury replied to Suchita's topic in Using FusionMaps XT
Hi, As of now in order to render FusionMaps showing data for each entity, you need to map that data using its own internal id, in order to check the internal code/id for each map please check the respective map from this link and check from the tabular sheet below - https://www.fusioncharts.com/dev/maps/spec-sheets/worldwithcountries.html Please note as of now there is no way to export all codes at once. -
Apologies for the delayed response, we are investigating this and we will get back to you with the updates shortly.
-
Hi, As of now hiding the zoom out and reset are not possible, however, for a workaround you could shrink the size of the two buttons and place them at the extreme top right of your chart using toolbarButtonWidth and toolBarButtonHeight attribute and set the values as 0 Please check the sample for reference - http://jsfiddle.net/JU3Ud/476/
-
Welcome.
-
Hi, Sorry to hear that. Could you please elaborate your query and share us a scale down sample where the problem is getting replicated.
-
Fusion chart export into server side
Ayan Bhadury replied to Bharath Pj's topic in FusionCharts Jobs and Consultation
Yes you could use FusionCharts export API method and you can call this on javascript settimeout event, please check this link -https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#exportChart -
Fusion chart export into server side
Ayan Bhadury replied to Bharath Pj's topic in FusionCharts Jobs and Consultation
In order to save the exported image into the server you could use private export server of FusionCharts and set exportAction attribute as save, to know more check this link - https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/configuring-the-export-feature.html