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

Angular 2: How to pass my API data to graph and Display the Graph with data

I'm new to Angular2/4/5, Thanks in advance I have data from my API formated like this: { "temp":49.47, "time":"05:17:55 PM" } Which I need to take the data from above format and pass the data into chart.js I have a ServerService which is…
Easi Test
  • 133
  • 1
  • 1
  • 10
2
votes
1 answer

How to rebuild an sql database for FusionCharts?

I've written the following to reformat my sql data to fit into a fusion charts readable format. Now that I've 'sounded it out' and am returning the proper format, I'm obviously taking the long route. What is the elegant or efficient/proper method to…
user2121361
2
votes
1 answer

fusioncharts multi series bar chart does not render with dynamic categories and datasets

I'm using fusioncharts for the first time, and I'm having trouble rendering a multi series bar chart using dynamic categories and datasets. Below is my code: FusionCharts.ready(function () { getSentiCount(symbolInput); var chartCategories1 =…
msmarkova
  • 51
  • 7
2
votes
1 answer

Angular 2 Fusion Chart integration

I am just starting with Angular2.I am trying to integrate Fusion charts with Angular2. I have installed all the necessary modules (@types/fusioncharts and fusioncharts). Below is fusionchart component code. import { Component, OnInit } from…
ShaMoh
  • 1,490
  • 3
  • 18
  • 34
2
votes
1 answer

Error parsing JSON string using parseJSON

Need some help if there is a problem with the code or the data itself. Although I suspect its with the code because I tried to validate the JSON data I received it is properly formatted... Here is my JSON…
dimas
  • 2,487
  • 6
  • 40
  • 66
2
votes
1 answer

React setstate and its callback isn't working for some reason

I'm making a simple react app where I use Fusioncharts to render two charts. Just as given in the Fusioncharts example, I'm trying to mutate the state of one chart (Column chart) based on the input from the another(piechart). The problem is, I have…
Arvind
  • 730
  • 10
  • 20
2
votes
0 answers

fusioncharts stacked graph set SeriesName in array

I am trying to build a stacked chart in fusioncharts. In this graph i want to show the sold products for each brand in a category. I'm trying to build the xml layout like the following Do not mind the sql, i get the right results. But only the weeks…
2
votes
0 answers

Can't fix `Module build failed: SyntaxError: Deleting local variable in strict mode`

I have tried too many things: https://www.npmjs.com/package/babel-preset-es2015-without-strict https://github.com/fancyboynet/babel-preset-es2015-without-strict/issues/1 presets: [ [ "es2015", { strict: false, loose:…
newnewnews
  • 123
  • 1
  • 5
2
votes
2 answers

Facing difficulties in fusion chart to display records using msstackedcolumn2d

I'm working on angular fusion chart with Multi Series Stacked Column 2d chart using Angularjs. I'm facing 3 issues in my fusion chart those are mentioned below: I'm not able to find the bars in my fusion chart if i pass only one data I get the bars…
anil chean
  • 463
  • 2
  • 8
  • 28
2
votes
1 answer

add editable textbox to specific datapoint in a chart

I am trying to implement editable textbox ( solution in either chartjs or fusion charts is fine). Tried a bit in fusioncharts capturing user click event on a data point using trigger. Check the jsfiddle from fusionchart example here...…
user5249203
  • 4,436
  • 1
  • 19
  • 45
2
votes
1 answer

Resize Widgets Pro (Gantt)

I'm implementing a widget pro chart (in Jaspersoft Studio Professional 6.1), specifically a gantt chart, that basically lists all the projects that are running in the company. The data is correct and the charts works as expected, but i cant seem to…
Synamoon
  • 41
  • 7
2
votes
1 answer

Add together values from JSON by month for a Fusion Charts graph

I am using MySQL, PHP, and Fusion Charts to create a line graph to track the amount of money invoiced for each month in 2016. The two columns in my table that I am using for this graph are InvoiceAmount (Decimal type) and InvoiceDate (DateTime…
Liz
  • 1,008
  • 5
  • 19
  • 49
2
votes
1 answer

FusionCharts feedData is not a function in AngularJS

I'm using fusioncharts v3.9.0 with AngularJs v1.4.3. It works OK, but I need the charts to update in real time. In order to achieve this I followed this tutorial: feeding and retrieving data using javascript. This is my html using the fusioncharts…
rxmxn
  • 499
  • 1
  • 5
  • 17
2
votes
1 answer

FusionCharts Printing Problem

I've been using FusionCharts v3.1 for a few years now. For a long time we have had problems printing charts in Firefox but recently we've had problems printing charts in IE. In IE, the charts print really, really small. v3.2 was recently…
wcm
  • 9,045
  • 7
  • 39
  • 64
2
votes
3 answers

JSP not detecting the javascript file

From a servlet, I'm forwarding the request to a JSP page which renders a FusionChart. But I've a problem in loading the chart. The JSP file is not detecting the JavaScript file. The folder structure is: axis | WebContent | WEB-INF …
jai
  • 21,519
  • 31
  • 89
  • 120