Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Everything posted by Prerana

  1. Export pdf | Quality

    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
  2. Firefox multiple Pie2d on page label error

    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.
  3. Hello, As of now, there is no possible workaround to distinguish between bubbles where all the values are same.
  4. Hello, The issue has already been logged internally for the same reason. We will keep you updated regarding the fix.
  5. 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.
  6. 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.
  7. Hello, Glad to know that the issue has been solved. Happy FusionCharting
  8. Hello, Please let us know, are you getting any error while rendering the chart?
  9. Hello, The issue has been logged internally, will keep you updated. Regards,
  10. Hello, We are looking into this, will keep you updated. Regards,
  11. Dynamic SQL query for Fusion Chart PHP

    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.
  12. Hello, You can remove the verticle scrolling by using the attribute useVerticalScrolling as 0. By default, it is set to 1. Regards,
  13. Hello, It is a confirmed bug and has been logged internally. We will keep you updated. Regards
  14. Hello, We are looking into this, will keep you updated. Regards
  15. 2D Column stack - limited to 7

    Glad to know that it worked. Happy FusionCharting
  16. PHP While loop for linked chart data

    Please check the sample shared in my earlier response. That sample is working as expected.
  17. 2D Column stack - limited to 7

    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
  18. PHP While loop for linked chart data

    Please refer the sample link given below. https://www.dropbox.com/s/g3va4j9nrjhaubd/php-mysql-multilevel-drill-down.zip?dl=0
  19. PHP While loop for linked chart data

    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.
  20. Automating Chart Export

    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.
  21. Automating Chart Export

    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.
  22. Automating Chart Export

    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.
  23. 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.
  24. Automating Chart Export

    Hey RonCal, Can you please elaborate the issue you are facing?