Questions tagged [fusioncharts]

FusionCharts Suite XT is a JavaScript (HTML5) Charting library for web and mobile applications. It works on a majority of devices including PCs, Macs, iPads, iPhones and Android devices, and on all browsers including IE6. It offers 90+ chart types including Column, Bar, Line and Pie charts to the more advanced chart types like Funnel, Combination, Bubble and Zoom Line Charts.

FusionCharts Suite XT is a JavaScript (HTML5) Charting library for web and mobile applications. It works on a majority of devices including PCs, Macs, iPads, iPhones and Android devices, and on all browsers including IE6. It offers 90+ chart types including Column, Bar, Line and Pie charts to the more advanced chart types like Funnel, Combination, Bubble and Zoom Line Charts.

It takes in data in JSON and XML, and has a jQuery plugin. It comes with comprehensive docs, demos and tech support.

  1. Chart Gallery
  2. Demos
  3. Features
  4. Product Info
  5. Licensing
  6. Documentation
  7. Charting Resources
783 questions
0
votes
2 answers

Trendline is not displaying in my chart

I am using trendlines for my line chart. But it is not visible in my browser.Can anyone tell me the reason for this. Below i am giving…
ramsai
  • 121
  • 1
  • 7
  • 22
0
votes
2 answers

how to add another value to the value attribute?

i am using fusion charts with php. Now i have two values of blood pressure systolic and dialic. I have to show them side by side in the chart and i am using FCF_Column3D.swf. Can you please tell me how to add the second value to the xml attribute in…
ramsai
  • 121
  • 1
  • 7
  • 22
0
votes
1 answer

FusionCharts 3.2.1 - bigger step/scale for large periods of time

I'm creating a chart by calling the fusion charts constructor (new FusionCharts()) with the necessary properties). Everything works OK with small periods (1,2 months) ... But when I increase the period: 1,2 years the horizontal days values appear…
spauny
  • 4,976
  • 9
  • 44
  • 61
0
votes
2 answers

graph is not generating in php and mysql with fusion charts

I want to generate line graph based on database. First time i am using fusion charts, i follow the procedure for the dynamic charts in fusion charts documentation. Here is my php page…
ramsai
  • 121
  • 1
  • 7
  • 22
0
votes
2 answers

FusionCharts 3.2.1 - FusionCharts._fallbackJSChartWhenNoFlash() not working

I'm using FusionCharts 3.2.1 and I want to render charts in javascript when the flash player is not installed of disabled in browser. I'm calling the method FusionCharts._fallbackJSChartWhenNoFlash() but nothing happen. function…
spauny
  • 4,976
  • 9
  • 44
  • 61
-1
votes
1 answer

Fusion charts in android

I am making an app in which i have to use fusion charts to represent some data so anyone can help me in how to do this edit : Can you please tell me how to use google charts AND fussion charts in android
user1006506
-1
votes
1 answer

React-Native-Fusion_Chart through time series

enter code hereI am using Fusion chart through time series plotting through multiple line, but it is always plotting a single line chart. so please help me if it is possible. [enter image description here][1] here is the data which I am using to…
Mark
  • 1
  • 2
-1
votes
1 answer

Hide labels in 3d Doughnut chart of fusion charts for angular

Hi all i am using fusion charts for 3d doughnut chart in angular application. please let me know how to hide labels in 3d doughnut chart. (I want to hide values around 3d doughnut chart)
Santhosh
  • 33
  • 3
-1
votes
1 answer

FusionCharts - VueJS - RangeError: Maximum call stack size exceeded when adding clip to xAxis

When I add a clip array to xAxis I'm getting a RangeError. Has anyone similar problems? I've created a repo to show the bug: https://github.com/Ic3m4n34/fusioncharts-bug (App.vue) Does anyone have an idea how to resolve this?
Ic3m4n
  • 821
  • 1
  • 11
  • 24
-1
votes
1 answer

Creating fusioncharts from database with variable where-condition

I'm creating FusionCharts with data from my database. It works if I set a static where-condition with a variable set in the code ($kommunenr = '3001';). But I would like the user of the website to choose which data the chart is based on, by…
Ingeborg
  • 369
  • 1
  • 5
  • 17
-1
votes
1 answer

Push Array In Fusionchart JSON Formar

i want to put my data that i get from database into Fusionchart JSON , its stacked type chart . i want to put variable $data into category not categories. i have tried using push array but data not in the where it should be, $charts = array( …
Levian Ex
  • 1
  • 1
-1
votes
1 answer

How to show dynamic multiple data in fusionchart using pop up message in same window?

I am using fusion chart on my php project .I want to show the graph in a pop up message or alert when I clicked a button. The problem is all data are dynamic and several types of graphs have to be shown. I can show all graphs in different pages ,but…
-1
votes
1 answer

I can't manage my Layouts in my Laravel Project

in my laravel application, i use this line to render a chart.
FusionCharts will render here
I need to put two charts or maybe more in a row, but it's not working specially with this chart generator line. i tried…
yassine j
  • 495
  • 1
  • 11
  • 27
-1
votes
1 answer

Jquery get HTML Table column's text in array

Edit : I have an HTML table like in the picture below, and now i need to make the chart with the same code we used last time ( remember we have to write a jquery code to select data). The chart i need this time is a timeline chart. (with time…
yassine j
  • 495
  • 1
  • 11
  • 27
-1
votes
1 answer

Dynamic input to Fusion charts

I am trying to pass a dynamic input to the fusion chart on a JSP page. I am actually trying to render a bar chart for which I am not sure about the number of columns. In the below snippet, in the data part, I need to pass the number of variables…