-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Hi, Hope you are keeping well! Thank you for your continued patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.12.1, released shortly that will resolve your reported issue? To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ To download the Evaluation version of FusionCharts Suite XT v3.12.1, please visit the link:http://www.fusioncharts.com/download/ Hope this would resolve your issue.
- 3 replies
-
- Zoom Scatter
- Error
-
(and 2 more)
Tagged with:
-
Restrictions on lowerLimitDisplay and upperLimitDisplay labels
Ayan Bhadury replied to maykumar's topic in General usage
Hi, Hope you are keeping well! Thank you for your continued patience. Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.12.1, released shortly that will resolve your reported issue. To avail this licensed release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ To download the Evaluation version of FusionCharts Suite XT v3.12.1, please visit the link:http://www.fusioncharts.com/download/ Hope this would resolve your issue. -
multi series line chart legend click animation disabled
Ayan Bhadury replied to MGS_Sebastien's topic in Suggestions & Requests
Hi, For showing up this animation effect in multi series line chart kindly upgrade to the latest version i.e. 3.12.1 and use this attribute transposeAnimation at the chart level and set its value to 1 For upgrading to the latest version please go to this url - http://www.fusioncharts.com/download/ Also for further reference please check this sample fiddle - http://jsfiddle.net/sgqo49jc/ -
Hi, Kindly refer the solution of your query from this post
-
Hi, Kindly, refer this documentation link how to render Fusioncharts using node js http://www.fusioncharts.com/dev/using-with-server-side-languages/tutorials/creating-interactive-charts-using-node-express-and-mongodb.html
-
Howto fusionchart XT Multi-series chart from Database (SQL)
Ayan Bhadury replied to stineco's topic in FusionCharts and PHP
Hi, Kindly refer this documentation url, it will guide how to render FusionCharts using jsp wrapper where the datas are fetched from database. http://www.fusioncharts.com/dev/using-with-server-side-languages/java/creating-charts-with-data-from-a-database.html -
Hi, As of now, setting the font color for a particular data plot using displayValue attribute is not available with the latest version. The requirement can be achieved only via annotations.
-
Hi, As of now,it is not possible to draw a html table inside the canvas where the FusionCharts will render. The table will always be outside the canvas area.
-
Hi, Thanks for replying back. Can you please elaborate of your requirement, so that we can assist you further.
-
Hi, Thanks for replying back. Changing the value color for a particular data plot from the data level is not possible as of now, as valueFontColor attribute can be set only at the chart level which will change the value color for all the data plots. However, if you want to achieve your requirement you can use text annotations and position it where you want to display the text using the color of your preference. For details regarding text annotation please check this url - http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/creating-annotations/creating-text-annotations.html Also for further reference please check this sample fiddle - http://jsfiddle.net/8r4946Lc/
-
Hi, The above attached image can be achieved using stackedcolumn2d chart. Please check the sample fiddle for reference - http://jsfiddle.net/0bp4upsk/
-
Hi, displayValue attribute is used to display a custom text instead of the numerical value of data. If you want to set the font of that custom text you can use valueFont attribute at the chart level.
-
Hi, We are looking into it, we will get back to you with the updates soon.
-
Hi, Fusioncharts exported images are based on 96 DPI (approx), viewing this on any screen which is having DPI more than this, will result in blurred images.
-
Adding different drill downs at the same level to fusion maps in asp.net
Ayan Bhadury replied to mike_'s topic in FusionCharts and ASP.NET
Glad to know, that it worked.- 8 replies
-
- javascript
- fusioncharts
-
(and 1 more)
Tagged with:
-
Hi, Fusioncharts batchExport api method lets you pass the height and width of each chart as attribute at the chart level. Which will export your chart based on that dimension, even if the charts are rendered with width are 100% in the web. Please refer the documentation link for details - http://fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#static-batchExport Also, you can check this sample fiddle for further reference - http://jsfiddle.net/ksxx52d5/
-
Adding different drill downs at the same level to fusion maps in asp.net
Ayan Bhadury replied to mike_'s topic in FusionCharts and ASP.NET
Hi, Please refer this fiddle for your requirement - http://jsfiddle.net/u0cw2ncv/ Hope this helps.- 8 replies
-
- javascript
- fusioncharts
-
(and 1 more)
Tagged with:
-
Adding different drill downs at the same level to fusion maps in asp.net
Ayan Bhadury replied to mike_'s topic in FusionCharts and ASP.NET
Hi, Please check the above fiddle for reference, you can implement this in same way.- 8 replies
-
- javascript
- fusioncharts
-
(and 1 more)
Tagged with:
-
Adding different drill downs at the same level to fusion maps in asp.net
Ayan Bhadury replied to mike_'s topic in FusionCharts and ASP.NET
Hi, Drill down on city level is not possible as of now, however you can drill down from the country level to state level. As per your requirement, you can drill down for each state using configureLink api method which is placed on the entityclick event of FusionCharts. Please check the sample fiddle for reference- http://jsfiddle.net/74La6eov/- 8 replies
-
- javascript
- fusioncharts
-
(and 1 more)
Tagged with:
-
404 Error when attempting to export charts
Ayan Bhadury replied to indieinc's topic in FusionCharts and JSP
Hi, Please check the check the whether the path is set properly in the properties file, also please not that in the view page/the jsp page where you are adding the chart attributes please check whether you have provided the correct url to exporthandler attribute also you need to use exportAction attribute at the chart level and set its value as save For setting up private export server you can check our previous response to your earlier post. -
FusionCharts can be rendered using many server side language like Asp.net, PHP, Java and Python, and the data can be fetched from the database as well. For fetching data from the database and rendering pie chart based , try to fetch the data from the data base using sql query and then structure the data in FusionCharts format using the data structure of the server side language. Then finally apply this datasource in the FusionCharts constructor object. If you are still facing any problem, please let us know which server side language you are using also the sql file so that we can assist you further.
-
Page Killing - Unresponsive(Error: <rect> attribute width: A negative value is not valid. ("-12"))
Ayan Bhadury replied to Satya Tvv's topic in Javascript Problems
Hi, Apologies for the delayed response. Please share us a dummy application just show casing your problem. So that we can replicate the issue at our end. -
Page Killing - Unresponsive(Error: <rect> attribute width: A negative value is not valid. ("-12"))
Ayan Bhadury replied to Satya Tvv's topic in Javascript Problems
Hi, We analysed the code which you shared, and we came to the conclusion that, the category or the data object data's are not forming properly. Please share us complete application dump, so that we can replicate this at our end. Sorry for the inconvenience. -
Page Killing - Unresponsive(Error: <rect> attribute width: A negative value is not valid. ("-12"))
Ayan Bhadury replied to Satya Tvv's topic in Javascript Problems
Hi, As per the fiddle link which you shared we can not replicate the problem. However the screenshot which you shared below seems to be implemented with different data source, kindly replicate the problem in a js fiddle and share us the updated url. Awaiting your responses. -
FusionChartsExportHelper ClassNotFoundException
Ayan Bhadury replied to indieinc's topic in FusionCharts and JSP
Hi, We checked export server using Wildfly server ( previously known as JBoss AS) and its working fine at our end. Kindly,check whether the Jboss server has been configured properly or not. Also please please refer this doc url to set up a private export seerver in Java - http://www.fusioncharts.com/dev/exporting-charts/server-side-export/setup-private-export-server-java.html- 1 reply
-
- javascript
- java
-
(and 4 more)
Tagged with: