-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Fusioncharts unable call javascript at bottom page
Ayan Bhadury replied to Jongfoo81's topic in FusionCharts and ASP.NET
Which version of FusionCharts are you using? -
timeseries Uncaught TypeError: Cannot read property 'xConfigs'/'dataset' of undefined
Ayan Bhadury replied to Elmaro's topic in Javascript Problems
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 -
Failing to fetch jsondata from my own URL
Ayan Bhadury replied to Urban's topic in Javascript Problems
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 -
Please drop a mail to [email protected] with your license details.
-
FusionCharts maps/worldwithcountries Taiwan
Ayan Bhadury replied to Klakurka's topic in General usage
@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. -
Hi, Yes for ms charts there is a bug reported in the latest version, for an immediate fix please use version 3.16.0
-
FusionCharts maps/worldwithcountries Taiwan
Ayan Bhadury replied to Klakurka's topic in General usage
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. -
Receiving Warnings When Hovering with Version 3.15.2
Ayan Bhadury replied to TheWitness's topic in General usage
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.- 3 replies
-
- javascript
- error
-
(and 1 more)
Tagged with:
-
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/
-
Demo : https://codesandbox.io/s/adoring-mccarthy-m08um?file=/src/App.js Live URL : https://m08um.csb.app/
-
Please share the chart type that you are using. Import statements. FusionCharts version.
-
Change Background color in Timeseries Fusioncharts
Ayan Bhadury replied to thaihoa1408's topic in FusionCharts Jobs and Consultation
Refer to this link: https://www.fusioncharts.com/dev/fusiontime/getting-started/style-definition#chart-background -
Drill-Down Chart from DB on Same Page
Ayan Bhadury replied to Jamie 1's topic in FusionCharts and PHP
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) -
FusionWidgetXT Funnel Chart not working with Angular 9
Ayan Bhadury replied to Muhammad Ibrahimm's topic in Using FusionWidgets XT
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 -
fetch data from database in cylinder gauge using feeddata
Ayan Bhadury replied to isahyana's topic in Javascript Problems
Hi, Make sure the data is fetched properly before passing it to the feedData method- 1 reply
-
- feeddata
- fetch data
-
(and 1 more)
Tagged with:
-
To use API methods in React env please refer to this guide : https://github.com/fusioncharts/react-fusioncharts-component#working-with-apis
-
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.
-
minimize spacing between two columns in column2d
Ayan Bhadury replied to RahulY's topic in Bug Reports
HI, You can try maxColWidth attribute, however, please note if the space between the plot will decrease the plot width will be increased accordingly. -
FusionCharts maps/worldwithcountries Taiwan
Ayan Bhadury replied to Klakurka's topic in General usage
Hi, Please elaborate your query. -
gap or spacing between vertical lines with thickness same as columns in mscolumn2d charts
Ayan Bhadury replied to RahulY's topic in Bug Reports
Please drop a mail to [email protected] with your license details. -
mscolumns2d gap or spacing between columns in 'mscolumn2d' charts
Ayan Bhadury replied to RahulY's topic in Bug Reports
Please use plotPaddingPercent at the chart object level. -
What`s chart should i use?
Ayan Bhadury replied to José Otero Aguado's topic in FusionCharts and ASP.NET
Refer this type : https://www.fusioncharts.com/charts/gantt-charts/gantt-for-machine-operating-schedule?framework=javascript -
showalternatevgridcolor We have "showAlternateVGridColor", but Do we have continous V GridColor?
Ayan Bhadury replied to RahulY's topic in Bug Reports
Hi, Please check out the vertical lines feature - http://jsfiddle.net/fwdgu5o0/ https://www.fusioncharts.com/dev/chart-guide/chart-configurations/vertical-lines -
What`s chart should i use?
Ayan Bhadury replied to José Otero Aguado's topic in FusionCharts and ASP.NET
Hi, You can use a stacked bar chart : http://jsfiddle.net/ao608yr2/