-
Content count
350 -
Joined
-
Last visited
Everything posted by Moonmi Sonowal
-
Hi, Please check out the explanation and sample provide in this tutorial http://www.fusioncharts.com/tutorials/php-mysql-charts/ Let me know if it is of any help. Thanks.
-
Error : Pie chart's pie color is not shown
Moonmi Sonowal replied to Rama Rao's topic in General usage
Hi, We are not getting any such issues. Can you please check out this fiddle: http://jsfiddle.net/y96qz2wr/17/ ? Also, do note that the files have been updated with latest version files. Please do try it out with the latest version once. Thanks. -
FusionChart conflicts with Prototype 1.6.1
Moonmi Sonowal replied to fusmac33's topic in Bug Reports
Hi, The linked format would only work if you have correct data format as the chart type mentioned. Please make sure the format is correct. You can also share your implementation is the js fiddle, so that we can assist you properly. Thanks -
Hi, You can control the y-axis labels by the "numDivlines" attribute.You would also have to specify the max and min values. Please refer http://jsfiddle.net/fusioncharts/8Cwpt/ Doc: http://www.fusioncharts.com/dev/chart-attributes.html?chart=scatter Hope this helps. Thanks.
-
FusionChart conflicts with Prototype 1.6.1
Moonmi Sonowal replied to fusmac33's topic in Bug Reports
Hi, The shared fiddle is linked chart fiddle. Please check out this feature from http://www.fusioncharts.com/features/linkedcharts-for-drill-down/ However, regarding your issue, do you want to just an url to re-direct to some other page ? Awaiting response. Thanks. -
Hi Alex, Are you using the latest version of FusionCharts? Awaiting response.
-
[bug] Not all chart labels show on bar2d in Firefox & IE
Moonmi Sonowal replied to ithurlow's topic in General usage
Hi, Can you try removing the "fontsize " and use the default font ? Fiddle: http://jsfiddle.net/ghtm181q/2/ Thanks -
ZoomLine charts not working properly in a scrolled panel
Moonmi Sonowal replied to yang.yang.zz's topic in Bug Reports
Hi, We have logged the issue internally for the latest version as well. We would keep you posted about any updates. Thanks. -
Hi, The legend position of charts can either be at bottom or at right side of the charts? Legend position right: http://jsfiddle.net/pp7ztemh/1/ Natively we do not support the requirement as shared in your screenshot. But as a work around you can plot custom annotations like in this fiddle: http://jsfiddle.net/pvse7wj6/ But these would not be interactive, i.e non-clickable. Ref doc. for annotations: http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/creating-annotations/introduction.html Hope this helps.
-
memory leak caused by Fusion charts
Moonmi Sonowal replied to takoua1's topic in Javascript Problems
Hi, Thanks for getting in touch. The FusionCharts version which you have been using (3.3.1) is Flash version. It has been deprecated since 3.4. All charts since are rendered as pure JavaScript charts. I would suggest you to try out with latest version of FusionCharts. The latest eval version can be downloaded from http://www.fusioncharts.com/download/ The plugin of AngularJS can be found in http://www.fusioncharts.com/angularjs-charts/ Ref. doc. http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html Method: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#dispose Hope this helps. -
Zoomline chart does not display x-axis correctly
Moonmi Sonowal replied to bwoodward730's topic in General usage
Hi, Please check this fiddle: http://jsfiddle.net/fge9sz05/ I have commented out the attributes, causing the issue. Can you please check if it suites your requirement ? Awaiting feedback. -
V 3.10.1 StackedBar3D has defective dataset structure
Moonmi Sonowal replied to ron.savage's topic in Bug Reports
Hi Ron, The dataset structure for Stacked Bar 3D chart has not changed from 3.8 to 3.10.1 . Ref. 3.8 http://docs.fusioncharts.com/archive/3.8.0/chart-attributes.html?chart=stackedbar3d Latest: http://www.fusioncharts.com/dev/chart-attributes.html?chart=stackedbar3d Code structure: { "chart": { }, "categories": [{ "category": [{ "label": "Q1" }....] }], "dataset": [{ "seriesname": "Food Products", "data": [{ "value": "121000" }, ... ] }, { "seriesname": "Non-Food Products", "data": [{ "value": "131400" }, .... ] }] } Can please cross check it once. Thanks. -
Intercepting Multi-level Pie click events
Moonmi Sonowal replied to RBS-PBB-MI's topic in Using PowerCharts XT
Hi, Could you please try with the "dataPlotClick" property for the click of the plot and check if it works for you ? Doc. http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events.html#event-dataplotClick Fiddle : http://jsfiddle.net/fusioncharts/7kumz5ve/ Do share your views. Thanks. -
Hi, Thanks for the forum post to report the issue. We have logged an improvement for it internally. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks.
-
First value in dataseries duplicating in msline chart PHP JSON
Moonmi Sonowal replied to waflfootyfacts's topic in FusionCharts and PHP
Hi, Can you check this sample for multi-series chart from drop-box link https://www.dropbox.com/s/2k2un2207cl9ydo/multi-series-mysql.zip?dl=0 ? Hope this helps. Thanks. -
How to create the chart directly from api response using AngularJS
Moonmi Sonowal replied to minijh's topic in Javascript Problems
Hi, Since, you are a newbie in FusionCharts, I would suggest you to start off with static charts . Once, done you can move ahead with using the wrappers provided by FusionCharts for asp.net , Php, Java and ROR. Documentation : http://www.fusioncharts.com/dev/getting-started/building-your-first-chart.html The for JAVA wrapper and examples can be found below: https://github.com/fusioncharts/jsp-wrapper/ http://www.fusioncharts.com/dev/using-with-server-side-languages/java/introduction.html Hope this helps. -
V 3.10.1 StackedBar3D has defective dataset structure
Moonmi Sonowal replied to ron.savage's topic in Bug Reports
Hi Ron, Thanks for the forum post. Could you please confirm if you have updated the PHP wrapper as well ? The wrapper has been updated in the recent versions . Can you please check this sample once : http://www.fusioncharts.com/tutorials/php-mysql-charts/ ? Do share your views. -
Hi, We have logged a but for it internally. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks
- 1 reply
-
- realtimeline
- label
-
(and 1 more)
Tagged with:
-
zoomline hover-labels in line2d & stackedarea2d
Moonmi Sonowal replied to Klakurka's topic in General usage
Hi, Currently this is as much can be achieved with annotation events. Thanks. -
zoomline hover-labels in line2d & stackedarea2d
Moonmi Sonowal replied to Klakurka's topic in General usage
Hi, Welcome to FusionCharts Forum Posts. Regarding your supported issue, can you check out this fiddle http://jsfiddle.net/0q00rche/4/ for msline charts. It has created using annotation events. Do check it out and share your views. Thanks. -
FusionCharts Angular 2 plugin
Moonmi Sonowal replied to sasidhar's topic in Installation and Upgrades
Hi Sasidhar, We have raised a new feature request for the same internally at our end. We will keep you posted about any updates. Thanks. -
Upgrade from very customized Free v1.2.3F to XT? Assistance?
Moonmi Sonowal replied to chrisp's topic in Installation and Upgrades
Hi Chris, Please check out the following points at your end: 1. If the chart type is correct. For Gantt chart, the type should be "Gantt". The .swf extension and files are no longer required. 2. Do check if you have all the correct files at your end. fusioncharts.js fusioncharts.widgets.js fusioncharts.gantt.js Once, checked please do share your feedback. Thanks. -
Hi Travis, Apologies for the wrong response sent out for your query. FusionCharts with AngularJS will not be supported for IE8. Thanks.
-
Hi, You can download the latest plugin from http://www.fusioncharts.com/angularjs-charts/#/demos/ex1 I would suggest you to refer our doc. from http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html If you face any issue, please feel free to revert back to us. Thanks.
-
Angular FusionCharts is not defined problem
Moonmi Sonowal replied to estsolba's topic in Javascript Problems
Hi, Can you refer the fiddle http://jsfiddle.net/moonmi/hxsm9ow5/ ? (it has been updated with latest FusionCharts and angular plugin) It only happens when the fusioncharts js files are not present in the intended folder. and ref. doc: http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html Please re-check with the files and the sample shared. Thanks.