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
-1
votes
1 answer

Built linear gauge with highcharts (with pointer)

I'm trying to recreate a linear gauge chart of fusionchart in highcharts. This is the example that I am trying to recreate. Head:
Kees de Jager
  • 582
  • 1
  • 7
  • 25
-1
votes
1 answer

Plot dataset in Node-Angular based application

I am working on project based on a website with NodeJs and AngularJs. I am a beginner and somehow have written the code based on the architecture of how these two interact with each other. I have also incorporated the code for plotting the graph…
-1
votes
1 answer

Not able to generate a chart-php

I am creating bar chart , i am unable to get output and generate chart. here is my code if ($sql) { $arrData = array( "chart" => array( "caption" => "Status stastics", "showValues" => "0", "theme" =>…
R9102
  • 687
  • 1
  • 9
  • 32
-1
votes
1 answer

FusionCharts Combined Chart MySQL

I've been asked to create a Combined Chart with 2 Y axis and 1 line (mscolumn3dlinedy according to the documentation (http://www.fusioncharts.com/dev/chart-attributes.html?chart=mscolumn3dlinedy) that can retrieve data from MySQL and I'm having a…
Michael Shepherd
  • 41
  • 1
  • 1
  • 3
-1
votes
1 answer

array data for fusion charts

I'm trying to create an array of data from the MySQL database to make a dynamic FusionChart, but not how to create the data array, any help? This is a static example of what I want to do http://jsfiddle.net/fusioncharts/fumzvpw3/ "categories": [ …
-1
votes
1 answer

Days verses production chart (kendo/google chart/fusion chart)

I am trying to building a multi line chart for different oil wells at onces, it will shows days vs production, below are data format :- WellNo Days OIL 15668 23 2256 15668 48 2859 17442 31 574 17442 61 1556 19017 23 …
AnandMeena
  • 528
  • 3
  • 11
  • 26
-1
votes
1 answer

How to include value label in fusion chart column graph

I created a multi (3)series fusionchart, that compares various outputs for each month. due to the closeness of the 3series chart, their values are overlapping each other, making the graph look untidy. I was wondering if there is an attribute that…
-1
votes
1 answer

gantt chart using fusion charts. The chart doesn't get rendered a

I wanted to create a gantt chart using fusion charts. The chart doesn't get rendered a element is created, with Chart type not supported as text. Using the fusion chart debugger I get an Error that p.init is not a function in fusioncharts.js This…
-1
votes
1 answer

Runtime error in fusioncharts.js file while browsing report page in IE 11

I am using Fusionchart Version 2.0 for report creation in my Asp.net project. But I am getting javascript runtime syntax error in FusionCharts.js file on line e = (new window.DOMParser).parseFromString(b,"text/xml") When I run my aspx report page…
-1
votes
1 answer

How to translate the fusioncharts?

I would like to know how to translate the fusioncharts. Is there any configuration available or do we need to provide the xml (or JSON) based on the language preference?
Vinoth
  • 657
  • 6
  • 12
-1
votes
1 answer

3D Pyramid chart in d3.js

Am in need of a 3D pyramid chart (using d3.js) like the one which is present in fusion charts(http://www.fusioncharts.com/demos/gallery/#pyramid-chart). My questions are Is it possible to create that chart using d3 library? Is there any alternative…
Arun
  • 385
  • 3
  • 7
  • 16
-1
votes
1 answer

fusioncharts ios onclick bar graph should take me to another window

How to achieve this using fusion charts on iOS: on-tap(ONclick) bar column should take me to another window with the information regarding that year.Thanks in advance.
John Wood
  • 37
  • 5
-2
votes
3 answers

Using FusionCharts in Winform

Using FusionCharts within a Winform is very straightforward, but I am having an issue with using categories and datasets. I am building an XML string which is used to populate a bar chart, once I add the dataset tags my chart container says "No…
-2
votes
1 answer

fusionchart addEventListener not working

I am using fusionchart and I wasn't able to use the addEventListener function. It's throwing me JavaScript error. In this JavaScript file the chart is loading and working fine if I remove the addEventListener function.. I have downloaded another…
navbingo
  • 223
  • 1
  • 6
  • 24
-2
votes
1 answer

load data from database to create fusion chart in java?

How can i add database values to maps to create fusion charts in java // datas get from database "trendlines": [ { "line": [ { "startvalue": "175000", "color": "#8cbb2c", …
1 2 3
52
53