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

How to populate data based on daily after populated data based on month MySQL

I am developing a web app using AngularJS and FusionCharts I want to display a graph that is based on monthly sales which I have done built by using this query SELECT DATE_FORMAT(sales_time, '%b') AS Month, SUM(grand_total) …
Alvin
  • 529
  • 1
  • 8
  • 19
2
votes
1 answer

Stacked FusionCharts label position

I am using FusionCharts to show a stacked 2D column chart. The positioning of the label at the top of the bar seems to be very unpredictable. It is at times inside, outside or even somewhere in between with the top border cutting off the text. Is…
user2472523
  • 113
  • 1
  • 2
  • 6
2
votes
1 answer

How do I show every n-th label to handle long x-axis labels in fusionCharts?

I have to plot a fusion chart for 30 days data. But because of too many data points, a scroll bar is coming. So I just want to plot every nth label. Inorder to reduce my x-axis size. The fusion chart code is here : var ecuChart = new…
monica
  • 1,454
  • 14
  • 28
2
votes
1 answer

Link wont work with FusionCharts LinkedChart

I am trying to make a simple drill down that breaks down months into weeks, and am just trying to get the first column to work. I get the chart to render, but when I click on January it doesn't go to the linked chart. The external links on february…
Xerunix
  • 431
  • 1
  • 6
  • 21
2
votes
6 answers

Javascript via Ajax

How can i start javascript via ajax ? html file FusionCharts 3.0 Dashboard