Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Which version of FusionCharts are you using?
  2. Hi use setchartData or setJSONData to update the chart configs https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods#setJSONData https://www.fusioncharts.com/dev/fusiontime/api/fusiontime-methods#setchartdata
  3. Failing to fetch jsondata from my own URL

    Hi, The issue is occurring due to CORS between this URL https://starner.se/files/data.json & https://jsfiddle.net/fusioncharts/1btrzeqa/ To read more about cors refer here : https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
  4. How to remove trial

    Please drop a mail to [email protected] with your license details.
  5. Dynamic resize with FC 3.17

    Yes supported : https://www.fusioncharts.com/dev/upgrading/version-history/version-3-16-X#
  6. FusionCharts maps/worldwithcountries Taiwan

    @Klakurka Taiwan is still not approved by the UN, hence we will be investigating the options and verify them, we are logging a request for the world with countries map update, we will revert back to you once there are any updates.
  7. Dynamic resize with FC 3.17

    Hi, Yes for ms charts there is a bug reported in the latest version, for an immediate fix please use version 3.16.0
  8. FusionCharts maps/worldwithcountries Taiwan

    Taiwan is still not considered a specific entity as per Wikipedia as of now: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_area Please share a Wikipedia link where Taiwan is marked separately in a world with countries map. Also please share your license details for further technical assistance.
  9. Receiving Warnings When Hovering with Version 3.15.2

    dispose method removes the chart object from the dom tree, please use the latest version of fusioncharts 3.17.0 and share your observations. If you are still getting the problem please share your usecase scenario that you are using so that we could check accordingly.
  10. Problem with project built with react js

    Already tested there are multiple dashboards which is implemented in React published on our page, please check your implementation once. https://www.fusioncharts.com/dashboards/
  11. Problem with project built with react js

    Demo : https://codesandbox.io/s/adoring-mccarthy-m08um?file=/src/App.js Live URL : https://m08um.csb.app/
  12. Problem with project built with react js

    Please share the chart type that you are using. Import statements. FusionCharts version.
  13. Refer to this link: https://www.fusioncharts.com/dev/fusiontime/getting-started/style-definition#chart-background
  14. Drill-Down Chart from DB on Same Page

    The current view will be seen in the pdf, you can showcase the child chart in another container to resolve the problem, PDF files are by default not interactive, i.e they do not support events propagation (like click)
  15. FusionWidgetXT Funnel Chart not working with Angular 9

    Hi, Most likely the data is not fetched before you are assigning to dataSource property, please replicate the issue here : https://codesandbox.io/s/angular-stacked-line-4tqbu
  16. Hi, Make sure the data is fetched properly before passing it to the feedData method
  17. setChartData json file react

    To use API methods in React env please refer to this guide : https://github.com/fusioncharts/react-fusioncharts-component#working-with-apis
  18. Problem scrolling chart area on mobile

    Hi, Hope you are keeping well! Thank you for your continued patience. For the issue reported, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.17.0? https://www.fusioncharts.com/dev/upgrading/change-log To avail of the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ We would love to have your feedback. If you need any further assistance, please do drop us a mail.
  19. minimize spacing between two columns in column2d

    HI, You can try maxColWidth attribute, however, please note if the space between the plot will decrease the plot width will be increased accordingly.
  20. FusionCharts maps/worldwithcountries Taiwan

    Hi, Please elaborate your query.
  21. Please use plotPaddingPercent at the chart object level.
  22. What`s chart should i use?

    Refer this type : https://www.fusioncharts.com/charts/gantt-charts/gantt-for-machine-operating-schedule?framework=javascript
  23. Hi, Please check out the vertical lines feature - http://jsfiddle.net/fwdgu5o0/ https://www.fusioncharts.com/dev/chart-guide/chart-configurations/vertical-lines
  24. What`s chart should i use?

    Hi, You can use a stacked bar chart : http://jsfiddle.net/ao608yr2/