-
Content count
350 -
Joined
-
Last visited
Everything posted by Moonmi Sonowal
-
Hi, The attribute "RotateValues" only works at the chart element level and not at individual level. If set to 1 in chart element it will be set for all the levels. Fiddle: http://jsfiddle.net/S52bN/294/ Please do check the above fiddle. Thanks.
-
Javascript drill-down function is not defined
Moonmi Sonowal replied to Grid Trekkor's topic in Javascript Problems
Hi, Could you please check out the fiddle: http://jsfiddle.net/moonmi/hxsm9ow5/ ? It uses the latest plugin and js files. Please do share your observations. Thanks. -
Issue with displaying label when using scrollToEnd
Moonmi Sonowal replied to crobert's topic in Bug Reports
-
Hi, Currently we do not support re-position of restore button on a Drag Node chart as per the requirement. Thanks.
-
Gantt Chart takes more time to render in firefox
Moonmi Sonowal replied to yamini's topic in Bug Reports
Hi Yamini, After much investigation, it is found that the problem is due to creation of large number of SVG element, to render such amount of data the browser may get hang or crash. Our system is working fine as expected but the browser is taking long time to draw the elements, and for now we have no optimizing technique from our side. If the browser support drawing of so much DOM elements then only it will work. Thanks. -
Issue with displaying label when using scrollToEnd
Moonmi Sonowal replied to crobert's topic in Bug Reports
Hope you are doing well. This is regarding your reported issue on labels related to scroll. Please note that the issue has been fixed with our latest release. 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, please visit the link: http://www.fusioncharts.com/download/ Hope this would resolve your issue. Feel free to revert back to us for any further assistance. -
Gantt Chart takes more time to render in firefox
Moonmi Sonowal replied to yamini's topic in Bug Reports
Hi Yamini, There isn't any update yet. We will get back to you soon. Thanks. -
MsLine Chart using PHP and MYSQL
Moonmi Sonowal replied to sevensand29's topic in FusionCharts and PHP
Hi, Please check out the attached sample from the drop box link: https://www.dropbox.com/s/y1kfeli59kasgp3/phpDatabasesample.zip?dl=0 It has a demo database, please export and check it at your end. Please do share your observations. -
-
revenueChart.chartType(newcharttype) not working
Moonmi Sonowal replied to sethm's topic in FusionCharts and ASP
-
Gantt Chart takes more time to render in firefox
Moonmi Sonowal replied to yamini's topic in Bug Reports
Hi Yamini, Thanks for sharing the fiddle. We have logged an improvement for the issue and will keep you posted about it. Until then your support and patience is appreciated. Thanks. -
Gantt Chart takes more time to render in firefox
Moonmi Sonowal replied to yamini's topic in Bug Reports
Hi Yamini, Please share the updated fiddle link. Awaiting response. -
revenueChart.chartType(newcharttype) not working
Moonmi Sonowal replied to sethm's topic in FusionCharts and ASP
Hi, Could you please confirm if you are using any base tag on your application? If so, you need to use absolute URL. Ref code: FusionCharts.options.SVGDefinitionURL='absolute'; Fiddle: http://jsfiddle.net/5kvwvujb/ Hope this helps. -
Hi, Could you please confirm if you are using any base tag on your application? If so, you need to use absolute URL. Ref code: FusionCharts.options.SVGDefinitionURL='absolute'; Fiddle: http://jsfiddle.net/5kvwvujb/ Hope this helps.
-
Hi, The issue has been logged for improvement for zoomline charts as well. The shared work around would be for scroll charts only.I guess we missed out to mention that. We will keep you posted about the updates.
-
Hi, To remove the axis line, you need to use the "showXAxisLine" attribute and set it to 0. But using using this attribute will remove both the axes. Hence, you can use the vertical line in the chart for your requirement. Please refer fiddle: http://jsfiddle.net/qs94aafp/ Hope this helps.
-
revenueChart.chartType(newcharttype) not working
Moonmi Sonowal replied to sethm's topic in FusionCharts and ASP
Hi, Could you please try referring to the do the documentation of how to plot chart with data from database? Link: http://www.fusioncharts.com/dev/usage-guide/using-with-server-side-languages/asp-net/creating-charts-with-data-from-a-database.html Hope this helps. -
Hi, We have logged an improvement for the above mentioned issue. As a work around you can make use of the attribute "numVisiblePlot" and set it to value which will help to disable the scroll in the thumbnail. Please refer the fiddle below: http://jsfiddle.net/moonmi/9ntpkus2/ Regarding the issue, we will keep you posted. Thanks.
-
Gantt Chart takes more time to render in firefox
Moonmi Sonowal replied to yamini's topic in Bug Reports
Hi Yamini, Could you please share your chart data so that we can go ahead and check it at our end as to assist you accordingly ? Please update your chart data in the fiddle: http://jsfiddle.net/fusioncharts/fLqSL/(update it with your data to replicate the issue ). Also, please do share the version of Firefox used. Awaiting response. -
Hi Deepti, The issue has been identified as that the POST BODY is being encoded and hence the issue. Please try not to encode it. Hope this helps. Thanks.
- 13 replies
-
Hi Igor, we have logged a bug regarding the issue and nvestigating it further. We will keep you posted about any updates. Thanks.
-
Hi Deepti, Please check the war file from the drop box link from the link: https://www.dropbox.com/s/mkn0ku0bpkv5lj6/ExportHandlerLinux.war?dl=0 As per our conversation over the chat, we currently do not have any MVC sample, but the above sample will help you resolve the issue. If you have further issues, please revert back to us. Thanks.
- 13 replies
-
Hi Deepti, Yes, please look into the set up of the server at your end further. Without replicating it at our end, we would not be able to comment further. Hope the information is helpful. Thanks.
- 13 replies
-
how to create chart with data from db?
Moonmi Sonowal replied to squizoid's topic in FusionCharts and ASP
Hi, Could please have a look at our documentation for asp.net ? Link: http://www.fusioncharts.com/dev/usage-guide/using-with-server-side-languages/asp-net/creating-charts-with-data-from-a-database.html Hope this helps. Thanks. -
Hi Deepti, Could you please share the .war file of the project ? Awaiting response.
- 13 replies