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
43
votes
6 answers

Pdf file size too big created using jspdf

I am using jspdf for creating PDF inside browser. I am having multiple charts having svg as chart Data. For adding data to pdf I am converting svg to png using canvas and then Base64 Data using canvas.toDataURL method. After all this conversions…
Asha Koshti
  • 2,763
  • 4
  • 22
  • 30
12
votes
2 answers

JQuery Mobile not working inside UIWebView

I'm coming here after many many hours of looking for a solution and trying different approaches to fix this issue I'm having with JQuery Mobile and my iPad app. What I'm trying to do is a reporting app with Fusion Charts. I have successfully…
Juan González
  • 1,526
  • 3
  • 16
  • 32
8
votes
1 answer

Undefined local variable or method `parsedData' when Using JSON to Parse data from Googlesheets To FusionCharts in Ruby on Rails app

Im loading Data from Googlesheets to fusioncharts in my rails app. I use Jquery to Fetch the data from the google sheets as seen in this tutorial https://www.sitepoint.com/interactive-javascript-charts-using-data-from-google-sheets/ Rails always…
Slowboy
  • 581
  • 1
  • 7
  • 25
6
votes
5 answers

Want to split one single JSON objects to multiple JSON objects using Javascript

I have a JSON response like below, [{label: "8", value: "1", value2: "0", value3: "0"},{label: "9", value: "7", value2: "2", value3: "6"},{label: "10", value: "12", value2: "1", value3: "0"},…] Now I want to split it into 4 JSON objects for each…
Deena P
  • 105
  • 1
  • 2
  • 12
6
votes
1 answer

fusioncharts - Update FusionCharts data without changing chart settings

Is there a way to set Fusionchart graph "data" property only. Because currently when you set the the data at a latter stage, you need to pass the full json object which has both "data" and "chart" properties. Below is my sample…
melaka
  • 699
  • 7
  • 23
6
votes
2 answers

Charts,Server Side or Client Side?

Client Side Charts or Server Side Charts ? (I had seen some questions based on this topic but none gives a conclusion.) I am currently evaluating Client Side charts(javascript charts). I have came across many articles saying client side charting…
Nagesh Salunke
  • 1,278
  • 3
  • 14
  • 37
5
votes
1 answer

Fusion chart multilevelpie text truncate/overlap issue

I have used "multilevelpie" chart . As the data in the chart is less (say 10 or 1) ,the label names are merging with another. I have attached the screenshot with the message ,please consider it and send me a solution Kindly check the JsFiddle…
Prasad Raja
  • 685
  • 1
  • 9
  • 37
4
votes
1 answer

Anchor align within the column

I have a graph combining 3D columns and lines (MSColumn3DLineDY) and the anchors are not aligning to the center of columns. In this example, the anchors are aligned to center without any specific property to do it. Here's my graph: The open char…
user898741
4
votes
1 answer

Fusion Charts FusionTime making a time-series chart from mySQL

I am a beginner at all things coding but need some help with Fusion Charts if anyone can help. I have followed along with tutorials already for Fusion Charts linking it to MySQL database and displaying a chart with no issues. However, I would like…
CJU
  • 41
  • 1
4
votes
2 answers

Angular 7 Universal, ReferenceError: window is not defined

I'm making a SSR with Angular 7 and Angular Universal, but when I use Fusioncharts from third parties I've got this errors when i run this script npm run build:ssr && npm run serve:ssr ReferenceError: window is not defined at…
Ridho Fauzan
  • 163
  • 1
  • 3
  • 10
4
votes
2 answers

PHP PDO Convert array to different format

I am trying to convert an array obtained by the code below using non-deprecated techniques with php pdo: $stm = $conn->prepare("SELECT * FROM mysqltable"); $stm->execute(); $results = $stm->fetchAll(PDO::FETCH_ASSOC); print_r($results); to the…
newpie
  • 77
  • 8
4
votes
5 answers

FusionCharts not rendering properly when tag included in HTML head

I'm using AngularJS and FusionCharts together in my web application. The upcoming release of AngularJS v1.3.0 will require there to be a tag in the HTML head, so as to resolve all relative links, regardless of where the app is hosted in the…
Aaron Jessen
  • 404
  • 5
  • 14
4
votes
2 answers

Integrating Fusion chart in typescript

I am changing My SPA application from Javascript to typeScript. In this project I have used Fusionchart JQuery plugin. Now I have to integrate FusionChart in this type Script project. i have Added jquery.d.ts in my project but not able to figure out…
Animesh
  • 323
  • 3
  • 19
4
votes
0 answers

FusionCharts: cannot style parts of the chart

I am using JSON format to style a FusionChart. When I change the properties of the chart as whole, the changes show up on the chart. However, when I change the individual elements (using the format found here, under the heading "Using Styles to…
dmr
  • 21,811
  • 37
  • 100
  • 138
3
votes
2 answers

FusionCharts XML Object Structure for Delphi?

I've been working on a Web Server which produces XML data to be used for FusionCharts. After days of unsuccessfully trying to come up with a standardized object structure in Delphi to wrap the XML production for these charts, I've decided to look…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
1
2 3
52 53