-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Hi, Kindly update the js fiddle with your chart data source replicating the problem, so that we could look into it properly. Sample fiddle - http://jsfiddle.net/fusioncharts/cVXNg/
-
v.setChartMessage is not a function
Ayan Bhadury replied to Steve Workings's topic in Installation and Upgrades
Hi, Apologies for the inconvenience. We have shared our response through [email protected] (ticket id#519812) on Thu, 7 Sep at 11:23 AM, kindly let us know that whether you have received the response or not. -
Hi, Please note scaling the data plot values in hh :mm :ss format is not possible natively, however, as a workaround, you could achieve this format number feature of FusionCharts. Please check the sample fiddle for reference -http://jsfiddle.net/nrtmpqmu/
-
Yes, you could have a workaround based on your requirement. Welcome.
-
Hi, FusionCharts plots the data plots from the zero plane internally, so if the data value is 0 setting yaxisminvalue to lower than 0 would set the y-axis values but the data would be plotted from the zero plane only, to showcase a proper visualization.
-
Hi, We have tested it at our end and we are able to replicate the issue. We are checking with the respective team and will let you know about the updates once it is fixed. Appreciating your patience in advance.
-
Hi, We have tested it at our end and we are able to replicate the issue. We are checking with the respective team and will let you know about the updates. Appreciating your patience in advance.
-
Hi, Kindly share us the information for which chart type you want to show the plots when the value is 0. However for reference, in case for line charts if the value is 0 the anchor plots would show up by default, please check the sample fiddle -http://jsfiddle.net/fpq57g37/ Incase for column charts if the value is 0 you can set yaxisminvalue attribute at the chart level and set its value lower than 0 to showcase the plot properly, please check the sample fiddle for further reference - http://jsfiddle.net/7mp52ywt/
-
Good to know that the problem was solved.
-
Hi, For formatting number scale based on hours mins and seconds please check this documentation URL- http://www.fusioncharts.com/dev/basic-chart-configurations/number-format.html#recursive-number-scaling Please check this sample fiddle for reference- http://jsfiddle.net/81Lkhwfb/ If you are still facing any problem, kindly share us a sample fiddle with your chart data source for our better understanding of your requirement.
-
Multi serier bar chart does not render
Ayan Bhadury replied to Milena's topic in Javascript Problems
Good to know that the problem was solved. -
Multi serier bar chart does not render
Ayan Bhadury replied to Milena's topic in Javascript Problems
Hi, As per your above response, it seems like the chart is getting rendered first then the data is coming up, kindly check the ajax call properly, where you can generate the data in a JSON file and pass the data finally in the FusionCharts constructor. Please check the Dropbox link for an Ajax demo sample. https://www.dropbox.com/s/iqvk9iqqm9myjj5/Fc-ajax-demo.zip?dl=0 Also, note that feedData method is used for real-time charts. And for setting chart data in your case you can refer setJSONData and setChartData API method of FusionCharts. -
v.setChartMessage is not a function
Ayan Bhadury replied to Steve Workings's topic in Installation and Upgrades
Hi, Please share us a sample replicating the problem in a js fiddle so that we can investigate it further. Also, make sure that you have included all the necessary library files to render the chart, example for rendering FusionCharts you will need - fusioncharts.js, fusioncharts.charts.js, similarly for rendering widgets you will need - fusioncharts.js, fusioncharts.widgets.js and for power charts, you will need - fusioncharts.js, fusioncharts.powercharts.js -
Multi serier bar chart does not render
Ayan Bhadury replied to Milena's topic in Javascript Problems
Hi, Kindly check the sample fiddle and make sure that the data structure for rendering msbar2d chart that you are reconstructing is same or not http://jsfiddle.net/c50pes99/ If you are still facing problem kindly right click on your mouse and check the view page source option and check the data structure required for rendering msbar2d chart is correct or not. Please not for rendering msbar2d chart you need to add fusioncharts.js and fusioncharts.charts.js library files. -
Hi, As of now, you can show x-axis labels either on top or at the bottom natively.
-
Good to know that the problem is solved.
-
Hi, Yes you can place the x axis labels for heat map chart on top using placeXAxisLabelsOnTop attribute at the chart level and set its value as 1 Please check the sample fiddle for reference http://jsfiddle.net/ns5qmjcu/
-
Change Y-Axis Font Color,Size,And Family
Ayan Bhadury replied to senthily88's topic in FusionCharts and PHP
Hi, Thanks for replying back. As of now changing y-axis values font styles without using outCnvBaseFont or baseFont is not possible. -
Change Y-Axis Font Color,Size,And Family
Ayan Bhadury replied to senthily88's topic in FusionCharts and PHP
Hi, <style> element has been deprecated and has been replaced by <chart> element attributes. In order to change the y-axis font properties, you can use outCnvBaseFont attribute at the chart level. Please, note this attribute sets the base font family of the chart text which lies outside the canvas i.e., all the values and the names in the chart which lie outside the canvas will be displayed using the font name provided here. Please refer this link for further reference - http://www.fusioncharts.com/dev/basic-chart-configurations/fonts.html -
Cannot Export / Save Charts as Images (Mobile)
Ayan Bhadury replied to Alejandro15's topic in Bug Reports
Hi, We checked the sample at our end, and the export feature is working properly at our end. If you are still facing any problem, kindly send us the specification details on which device you are facing this issue and which browser you are facing this problem, so that we can investigate it further, -
Hi, We will get back to you with the updates once it is fixed. Thank you for the patience.
-
DrillDown Chart is not working
Ayan Bhadury replied to Ankit kumar's topic in Suggestions & Requests
Hi, We checked the above source code at our end and its working fine at our end. Please check the sample fiddle link - http://jsfiddle.net/bfgzL4rj/ -
react-native FusionCharts on React Native
Ayan Bhadury replied to wonderway's topic in General usage
Hi, FusionCharts ReactJs plugin lets you add interactive JavaScript charts and graphs to your web and mobile applications using only a single ReactJS component. For details regarding ReactJS plugin refer this doc URL - http://www.fusioncharts.com/dev/using-with-javascript-libraries/reactjs/introduction.html For further reference check this sample fiddle - http://jsfiddle.net/fusioncharts/f0b2e0ms/ -
Chart Type Not Supported Errors after Fusion Charts upgrade
Ayan Bhadury replied to Niranjan VELAKANTI's topic in Installation and Upgrades
Hi, We checked the sample data source at our end and its working fine using Ajax calls, please note if you are facing chart type not supported problem make sure you have included both fusioncharts.js and fusioncharts.charts.js library files. For reference please check this sample demo from the attachment AjaxCallDemo-50charts.zip -
Upgrade to 3.12.1 causing Gantt display problems
Ayan Bhadury replied to Dave Benson's topic in Bug Reports
Hi, We have logged an issue regarding this, our engineering team will be working on this, we will get back to you if there are any updates.