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 get click of entity in fusion chart in react native?

How to achieve click event of entity in India map chart of fusion chart. It is available in react.js…
2
votes
1 answer

How to add license key for fusion charts in angular2

As explained here in fusion charts documentation, it doesn't work for angular. How can I implement this for the angular projects? Fusion chart license FusionCharts.options.license({ key: '', creditLabel: false, });
2
votes
2 answers

Google Finance style time series chart

I need to plot time stamped sensor data on a chart. There would be 3000 to 15000 data points in a day and I am looking for an interactive chart that is easy to navigate. Google Finance chart widget is perfect for my requirement. It seems to…
Dojo
  • 5,374
  • 4
  • 49
  • 79
2
votes
0 answers

Reactnative Fusionchart fc-build-assets shows an error

When I run npm run build:assets it output below error: sh: fc-build-assets: command not found npm ERR! code ELIFECYCLE npm ERR! syscall spawn npm ERR! file sh npm ERR! errno ENOENT My Package.json is configured as below: "build:assets":…
NiroshanJ
  • 558
  • 1
  • 5
  • 20
2
votes
1 answer

Will FusionCharts work in the Force.com Platform?

Will FusionCharts work in a java-based application running in the Force.com Platform?
WhereIsNinja
  • 121
  • 1
  • 6
2
votes
2 answers

React Fusion-Charts bar width

I can't seem to find the prop that changes a bar width. I want it to be much thinner. How can I change this?
Shira
  • 394
  • 1
  • 6
  • 21
2
votes
2 answers

How to save the fusion chart (in a webpage) as an image on client's machine.?

I have an ASP.NET web application. One of the ASCX control in my app has fusion charts displayed in a client side Div tag. I want to provide an option for my clients to download the fusion chart onto their local machine. I refered this…
codeLover
  • 3,720
  • 10
  • 65
  • 121
2
votes
0 answers

How do I insert html into a FusionCharts Label? I would like to add a checkbox

How do you insert html into a FusionChart label? I want something like this. I have a fiddle too. I have read the doc. for the Label and events, but couldn't find anything customizing with custom markup code. HTML
radbyx
  • 9,352
  • 21
  • 84
  • 127
2
votes
2 answers

Map chart not load in react using fusion chart

I need to integrate map chart using fusion chart library in my react application. after install fusion chart library through yarn configured component including fusion chart library, but when i render the map chart it shows me below error After…
Rohit Bajaniya
  • 41
  • 1
  • 10
2
votes
0 answers

How to remove tooltip of map chart on click event?

So, I am using fusion charts to display India map and further on click event, I am plotting new chart i.e of that state. But, the tooltip of India map is not being removed. Following are the code and…
Gaurav Kumar
  • 1,111
  • 6
  • 25
  • 52
2
votes
3 answers

Using python to create a data.xml file for fusion charts

I am a newbie to python. I just want to know how i can create a code to write an xml file name data.xml for fusioncharts. The xml file follows the format:
kbb
  • 3,193
  • 3
  • 18
  • 15
2
votes
1 answer

How can I get starting point of X & Y of a bar in Bar Graph

I have a bar graph in which I am calling a javascript function to do some operation on mouse click of the bar, I want to get starting point of X & Y axis of the same bar on which I clicked, Can I do this in fusion chart, if yes how? I highlighted…
Imran Qamer
  • 2,253
  • 3
  • 29
  • 52
2
votes
2 answers

fusion chart basics

whats the difference between these in Fusion charts? name and label graph and chart
Rauf
  • 12,326
  • 20
  • 77
  • 126
2
votes
1 answer

How to modify JSON labels React JS

I'm trying to add a chart in a ReactJS page. In the same page I've got the data in a table and I would like that those data were the same of my chart. My chart is like this: export const myDataSourcePie ={ chart: { caption: "Title", …
M_Lude
  • 345
  • 4
  • 14
2
votes
0 answers

FusionCharts.register is not a function when bundling with WebPack

I'm developing an Angular 2 application and using webpack to bundle my application together. One of my components imports the fusioncharts library stored in /lib/fusioncharts directory in the root of my project. Note: I dont have the fusioncharts…
1 2
3
52 53