-
Content count
204 -
Joined
-
Last visited
Everything posted by Prerana
-
Hello, We have released a dedicated product for exporting the chart. Please refer this doc for the same - https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview Regards, Prerana Singh
-
Hello, We have already shared the patch file with you. Please check and let us know whether you have received the correct patch or not.
-
bubble chart how to show all bubbles with same x,y and z values in fusionchart bubble chart
Prerana replied to Shamnad's topic in Suggestions & Requests
Hello, As of now, there is no possible workaround to distinguish between bubbles where all the values are same. -
Hello, The issue has already been logged internally for the same reason. We will keep you updated regarding the fix.
-
On scroll of fusion chart axis values are not displaying in Microsoft Edge browser
Prerana replied to Srilaxmi's topic in Miscellaneous
Hello, Thanks for sharing the details. We have checked this issue using the current version of edge browser, and it is working as expected i.e the issue is not getting replicated. As the browser version, you have shared is a very old one so its difficult to debug. We have also noticed that you are using an older version of FusionCharts, please upgrade to the latest version which is 3.12.2. -
On scroll of fusion chart axis values are not displaying in Microsoft Edge browser
Prerana replied to Srilaxmi's topic in Miscellaneous
Hello, Please let us know, which version of FusionCharts you are using. It would be helpful if you can share a sample fiddle with us where this issue is getting replicated. -
Multi-series PHP chart working, Cannot get format correct to use ajax to refresh
Prerana replied to P.A.Trick's topic in FusionCharts and PHP
Hello, Glad to know that the issue has been solved. Happy FusionCharting- 9 replies
-
- multi-series chart
- ajax
-
(and 1 more)
Tagged with:
-
Multi-series PHP chart working, Cannot get format correct to use ajax to refresh
Prerana replied to P.A.Trick's topic in FusionCharts and PHP
Hello, Please let us know, are you getting any error while rendering the chart?- 9 replies
-
- multi-series chart
- ajax
-
(and 1 more)
Tagged with:
-
Gantt scrollbars render poorly on touch-enabled laptops
Prerana replied to BradG's topic in Bug Reports
Hello, The issue has been logged internally, will keep you updated. Regards, -
Gantt scrollbars render poorly on touch-enabled laptops
Prerana replied to BradG's topic in Bug Reports
Hello, We are looking into this, will keep you updated. Regards, -
Hello, FusionCharts natively can't interpret with data. You have to form a SQL query based on properties selected by the user and then form JSON data corresponding to FusionCharts format by using the data fetched and then pass it to FusionCharts. Please refer the sample given here: https://github.com/sikrigagan/FusionCharts-Samples/tree/master/PHP You can also refer the sample fiddle given here to know more about the JSON format. :http://jsfiddle.net/fusioncharts/y3H2G/ Hope this will help.
-
Gantt scrollbars render poorly on touch-enabled laptops
Prerana replied to BradG's topic in Bug Reports
Hello, You can remove the verticle scrolling by using the attribute useVerticalScrolling as 0. By default, it is set to 1. Regards, -
Hello, It is a confirmed bug and has been logged internally. We will keep you updated. Regards
-
Hello, We are looking into this, will keep you updated. Regards
-
Glad to know that it worked. Happy FusionCharting
-
Please check the sample shared in my earlier response. That sample is working as expected.
-
Hello, Thanks for the query. Attaching limit in MySQL query is working as expected from our end. Please refer the sample attached below for the reference and check your implementation at your end once. Hope this will help. column_mysql_php.zip
-
Please refer the sample link given below. https://www.dropbox.com/s/g3va4j9nrjhaubd/php-mysql-multilevel-drill-down.zip?dl=0
-
Hello, Thanks for the query. Please refer this doc, it will guide you how to create JSON data for the linked chart where data is getting fetched from the database.
-
Hello, To render chart using FusionCharts, a browser is needed. You can render the chart using a browser and then you can export the chart into the desired format. e.g. PNG, JPG, PDF, SVG, and XLS. You can attach the exported image to your pdf file. Attaching the exported image need to be done at your end.
- 10 replies
-
- php wrapper
- php
-
(and 2 more)
Tagged with:
-
Hey, Thanks for the response. You can export the chart automatically. Please refer the sample link shared below. https://www.dropbox.com/s/9fi4n1exu6g9o8a/sample_php_api.zip?dl=0 But if you want to attach the chart to any document that you need to achieve at your end.
- 10 replies
-
- php wrapper
- php
-
(and 2 more)
Tagged with:
-
How do i include the Fusion Chart on a PDF Report Generated by TCPDF
Prerana replied to RoncalJustin's topic in FusionCharts and PHP
Please refer this forum post. -
Hey, Thanks for the response. We can help you in exporting the chart and saving it at your end but the attachment part using TCPDF needs to be done at your end.
- 10 replies
-
- php wrapper
- php
-
(and 2 more)
Tagged with:
-
Missing Caption, Sub Caption, YAxis Label, Export Btn
Prerana replied to Steve L's topic in FusionCharts and PHP
Hello, Thanks for the query. We have studied the code shared by you and found that the JSON encoded output does not contain the $arrData array that is why it is not showing the caption, sub-caption, and other labels. Please check the implementation once at your end. -
Hey RonCal, Can you please elaborate the issue you are facing?
- 10 replies
-
- php wrapper
- php
-
(and 2 more)
Tagged with: