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
3
votes
2 answers

Do ExtJS charts perform better than FusionCharts?

We're thinking about replacing FusionCharts with ExtJS charts in our application, since: We already use ExtJS for our entire UI. It would be nice to remove the overhead and expense of another commercial third-party dependency and API. We'd like to…
Brandan
  • 14,735
  • 3
  • 56
  • 71
3
votes
2 answers

HTML on fusion chart Caption and subcaption

I have been trying to add HTML tags and Character to fusion chart Caption and subCaption but was unable to execute. I have tried the method in this documentation link and also tried an old one but it also doesn't work.…
Jithin Raj P R
  • 6,667
  • 8
  • 38
  • 69
3
votes
0 answers

React-Native FusionCharts event won't fire on IOS

I've implemented a 2d dragable area chart from react-native-fusioncharts. I am trying to fire an event when the data is changed which works as expected on android but no event will fire on IOS. I've tried dataplotDragEnd and dataPlotClick but…
3
votes
2 answers

fusioncharts react error loading chunks failed

import FusionCharts from "fusioncharts"; import charts from "fusioncharts/fusioncharts.charts"; import ReactFusioncharts from "react-fusioncharts"; import React from 'react'; // Resolves charts dependancy charts(FusionCharts); const dataSource =…
soubhagya
  • 788
  • 2
  • 12
  • 37
3
votes
1 answer

Fusion charts npm , how to upgrade to licensed version

I was using FusionCharts to build some charts.Now that i know how to integrate it using npm I want to upgrade to a commercial license for my client. I didn't see any documentation specific to npm version. The documentation on official website points…
budding_fed
  • 71
  • 1
  • 6
3
votes
1 answer

How to set different markers on single series line chart?

I have different libraries which I am trying to figure our which one works with multiple markers on same single series line chart. Lets say 1 series is there v = [11, 12, 43, 21, 22] I want point 11 to be rectangular, 12 to be concentric circle, 43…
Dreamweaver
  • 1,328
  • 11
  • 21
3
votes
2 answers

Is there an implementation of ACPrintFix (Flash printing fix) for Fusion Charts Free?

I have a page containing a mix of HTML and Flash content produced by Fusion Charts Free. I'd like people to be able to print this page, but it looks like browsers other than IE are not capable of doing that; content from plugins like Flash just…
DNS
  • 37,249
  • 18
  • 95
  • 132
3
votes
2 answers

Display legend inside a pie chart with fusion chart

I want to display legend with it's value inside pie chart. I googled it a lot but didn't get any solution. Also, there is no option in fusion charts to achieve this directly. Can anyone please suggest what trick can I apply to do so? I think I need…
Jay Shukla
  • 5,794
  • 8
  • 33
  • 63
3
votes
2 answers

responsive pie chart with fusioncharts

I want to make my fusionchart pie chart responsive, so I follow some guide here : http://docs.fusioncharts.com/charts/contents/FirstChart/ChangeSize.html I follow the instructions in the 'Dynamic resize feature of charts' section. But when the page…
caesardo
  • 348
  • 6
  • 15
3
votes
2 answers

Are there any web controls in FusionCharts?

I checked their website and apart from the gallery I couldn't find anything prosper. For example, Google has Control Wrappers. What are the controls I can adhere to FusionCharts or would I have to go with third-party controls or build my own custom…
Njax3SmmM2x2a0Zf7Hpd
  • 1,354
  • 4
  • 22
  • 44
3
votes
1 answer

Render and Export FusionCharts on the Server

I am trying to render and export FusionCharts completely on the server. I am aware of solutions such as FCimg and FusionCharts .NET Solution. I have also implemented a Java solution that uses the Process class to run wkhtmltoimage. However, I am…
KrispyDonuts
  • 1,262
  • 2
  • 18
  • 37
3
votes
3 answers

Fusion Charts setCurrentRenderer('javascript') issue

I have the following HTML code. It is working. My First chart using FusionCharts - Using pure JavaScript