Tagged Questions
FusionCharts is a charting component in Flash and HTML5. It helps you make animated and interactive charts, gauges and maps that you can use in web and desktop applications.
4
votes
1answer
74 views
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 ...
3
votes
2answers
128 views
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 ...
3
votes
4answers
276 views
Need to write XML using PHP - how?
ive got this basic code.
<chart lowerLimit='0' upperLimit='100' caption='Revenue' subcaption='US $ (1,000s)' numberPrefix='$' numberSuffix='K' showValue='1' >
<colorRange>
...
2
votes
1answer
78 views
Will FusionCharts work in the Force.com Platform?
Will FusionCharts work in a java-based application running in the Force.com Platform?
2
votes
3answers
200 views
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:
<?xml version="1.0" encoding="UTF-8" ...
1
vote
4answers
64 views
MySQL SUM on a query with mutiple values
I have the following query:
$strQuery = "SELECT siteid, SUM(watts) AS wattage, unit, device, time FROM inverter WHERE siteid = '528' AND time Between '$time1' AND '$time2' Order By device Asc";
I'm ...
1
vote
2answers
57 views
FusionCharts - Div over the chart
I have many reports with FusionChart and I want to put an div with some loading message over it, but the div always stay under the flash object event using z-index!
Anyone already got rid of this?
1
vote
0answers
77 views
android:fusion charts shows nothing
I am making an app in which i am using fusion charts and when i use "file:///android_asset/www/indexx.html" (which contains html and js code) and when it loads it shows page with no image and white ...
1
vote
4answers
71 views
flash player is outside of div (only in IE)
I'm using the following code to display a fusionchart inside a div tag. The chart is rendered correctly in Chrome and FF, but with IE it's outside the boundaries of my div tag. Any idea what I'm ...
1
vote
1answer
124 views
Trying to make stack column bar chart with specific start and end time. Can use Jscript or php
Thank you for taking the time to read my post this is taking me ages.
Basically I want to create a graph that displays 07:00 at the bottom to 20:00 at the top of the y axis. Then on the x axis I want ...
1
vote
2answers
246 views
Fusion Charts is same as sencha charts?
I have experiences with sencha chart which has touch faclity as iPad has.But Fusion provides swf file , but we can see them through javascript in iPad.but interaction is less than sencha.Because ...
1
vote
1answer
149 views
Get Data from Database
I have implemented Fusion charts into Codeigniter framework with following view. I am creating line chart with provided data in view but, i would like to retrieve this data from same structured ...
1
vote
2answers
507 views
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 ...
1
vote
3answers
150 views
Is there any way to save the contents (say a graph) of a particular div tag in a browser webpage as an image using javascript?
I am creating an ASP.NET web application. In one of my webpages (an ASCX control) I am placing a fusion chart inside a <div> tag. I want to provide an option for the client to download this ...
1
vote
1answer
91 views
Is there any way to give numbering to all the co-ordinates of the line chart in FUSION CHARTS FREE
I created a fusion line chart using the following:
var chart = new FusionCharts("Charts/FCF_MSLine.swf", "chart_id", "600", "500");
chart.setDataXML(XmlData);
chart.render("divDisplay");
I am ...
1
vote
2answers
305 views
fusioncharts: Line graph is giving errors
Iam able to draw graphs like "Column2D, Column3D, Bar2D, Bar3D, Funnel etc, but Iam unable to draw graphs of "Line" and "MsLine". Following is my javascript code :
...
1
vote
2answers
314 views
What is the missing puzzle piece to exporting images from FusionCharts?
I am trying to get FusionCharts to export.
I have, besides XML files that specify registerWithJS="1",
<script type="text/javascript" src="FusionCharts/FusionCharts.js"></script>
...
1
vote
1answer
339 views
fusioncharts javascript render doesn't work inside liferay
I am using liferay portal and displaying graphs on portlet...
The manual says the 3 js files(FusionCharts.js, highcharts.js and jquery.min.js) need to be placed in a folder and only FusionCharts.js ...
1
vote
2answers
1k views
FusionCharts in Android?
I have been trying to get the Fusion Charts to work on Android 2.2 (emulator). But its not loading anything . i can see only blank screen.
Has anyone run Fusion Charts on the Android device / ...
1
vote
2answers
185 views
displaying fusion charts and widgets
I have a project which has fusion widgets embedded in it. wen i run the application directly in flash builder it displays the fusion widgets but when i run it in tomcat server it doesnt display the ...
1
vote
2answers
520 views
fusion chart basics
whats the difference between these in Fusion charts?
name and label
graph and chart
1
vote
2answers
656 views
load swf in jquery ui dialog
I am using fusionmaps from the fusionCharts suite. I have searched all their documentation and knowledge base to see how to do this but have had no luck, so I am reaching out to you guys.
I have a ...
1
vote
1answer
138 views
Force fusioncharts rendering outside viewport
I have several Fusioncharts on my page and some of them are outside the viewport.
Usually, they render as soon as the user scrolls the page and make them visible.
Now, I have to export all those ...
1
vote
3answers
1k views
How to export a FusionChart to Image in ASP.Net
We are using the free version of fusion charts and want to know is there a way to export the generated chart to image without using any third party components. We are using the ASP.Net for generating ...
1
vote
0answers
367 views
Fusion chart issue in IE
Hi
I am using fusion chart free version in my ASP.net application.
It is working fine in Mozilla Firefox... but not shown in IE. am using IE8...
CODE:
...
1
vote
1answer
184 views
Fusion Charts Formatting data values
I am wondering whether there is a way to format the fonts for my datavalues. I have two sets of data that I want to plot on the same graph but I want to format the data values differently.
1
vote
1answer
442 views
Drupal 6 FusionChart PHP database data display
I am trying to get a pie chart display correctly but have found there to be not much documentation / guidance for drupal 6 and fusioncharts.
anyways im aiming to query the database with this:
...
1
vote
1answer
754 views
Dynamically Change Fusion Chart Value with Slider Event in flex
I am having a set of slider for each bar in the graph. I have bindded all the sliders with their corresponding bars. When i change the value of slider the value in the ArrayCollection changes and i ...
1
vote
1answer
450 views
Fusion charts free on Ruby on Rails
Hi i am using Fusion charts free with Rail 2.3.5
I tried to simulate the single_array example provided in the documentation but instead of graph it is showing me the following message
The method ...
1
vote
1answer
2k views
FusionCharts rendered in Javascript not printing
I'm using fusioncharts free and creating some 3d pie charts like so...
<div style="margin:0 auto;" id="chart1Adiv">FusionCharts</div>
<script language="JavaScript">
var chart1A = ...
1
vote
1answer
268 views
fusion charts features
i've got a few issues with my charts that i didnt find documentation about
I have a 3d pie chart that can be transformed in animation to 2d, when picking "view 2d" option from the pop-up menu. can I ...
1
vote
4answers
986 views
populate FusionCharts with XML data AJAX
Hi I have a js file that uses ajax to get a XML doc from a php script . The XML file forms the data to draw a Fusion Chart. I know I am getting the XML data ok but FusionCharts will not draw it . I ...
1
vote
3answers
249 views
Send XML in a js variable
I have this php code and the variable is XML data
$strXML = "<chart caption='ADI Chart Test ' xAxisName='Month' yAxisName='Units'"
$strXML.= "showValues='0'formatNumberScale='0' ...
1
vote
3answers
937 views
Updating a Javascript Variable with AJAX
I am working on a project with FusionCharts that requires me to update a javascript variable with an AJAX request. The FusionChart populates itself with the xml within the chart1.setDataXML() tag as ...
1
vote
2answers
1k views
FusionCharts multi-series line chart in php
I am looking for an example of a FusionCharts multi-series line chart created using the PHPClass API.
I can't find an example anywhere in FusionCharts online documentation. The closest they have is ...
1
vote
2answers
905 views
how do i get accented characters to display in Fusion Charts graphs?
im using fusion charts to map data. the labels for the data are country names which we localise into languages that have accents, for ex österreich being german for austria.
the data and labels are ...
1
vote
2answers
356 views
Render the square wave form graph using PHP
I would like to render the square wave form of graph using the only values of zero and one on certain time intervals.
I used fusion chart line graph to render the chart but when the values changes ...
1
vote
7answers
705 views
How can I specify a special character in PHP
I am trying to output a sigma character (σ) in a label in a FusionChart graph. How can I specify that character in a PHP string? I have tried the htmlentity σ, but it is not ...
0
votes
1answer
21 views
How to dynamically update the FusionChart Piecharts
Please can i know, how do we update the piechart shown in this example through the asp.net code. http://www.fusioncharts.com/demos/business/#election-results-india-2009
0
votes
0answers
33 views
FusionCharts on iPhone is rendering Twice. Why?
I have a page where I'm using FusionCharts in the following mannner:
<div id="chartContainer">FusionCharts will load here!</div>
<script type="text/javascript"><!--
...
0
votes
1answer
58 views
Passing SQL time value to Javascript?
I'm using fusion charts. I'm trying to attach elements of an SQL array onto a Javascript strURL so they can be passed to another page. Fields such as siteid and name get passed fine but whenever I try ...
0
votes
1answer
38 views
Fusion charts not working without Adobe Flash Player Activex:
I am using Fusion charts in my web application. It was working fine. But I uninstalled Adobe Flash Player Activex. After that, the fusion charts are not working. How to overcome this problem?
0
votes
1answer
96 views
fusioncharts graph not displaying
I am using fusionchartsfree to create visualization tools for my site.
I have adjusted a sample page as the code below shows. this works 100% on my xampp but when uploading (hosted on hostgator) it ...
0
votes
1answer
30 views
Javascript fallback for fusionmaps
I could get FusionCharts XT to work in iPad by setting it to render in JavaScript. But I could not get FusionMaps working in iPad.
Is FusionMaps JavaScript fallback supported?
0
votes
1answer
64 views
Are Fusioncharts still maintained? Any alternative?
Maybe Fusioncharts are the best for representing charts on web pages, but they fall when trying to embed them in documents. The Gantt chart, particularly, is somewhat poor in features.
It has been ...
0
votes
1answer
51 views
drill down feature - call to a js function not working in fusioncharts
I am invoking a javascript function for drilling down the chart.
I tried using both methods specified:
1) <set label='USA' value='235' link="j-myJS-empid"/>.
2) <set label='S. Korea' ...
0
votes
2answers
60 views
Line breaks' freaking me out ?
I have an app with fusion charts and I have to generate XML for him to render some graphs for users. But this XML string must be inline with no break lines and othes stuffs. But my query to retrieve ...
0
votes
1answer
63 views
Blank image when Exporting fusionchart to image
I'm trying to repeat an example from here and rewrite the code on c#, but as a result I get a blank image. Where am I wrong?
protected void BtnSave_Click(object sender, EventArgs e)
{
...
0
votes
1answer
15 views
url invalid when trying to access a file on disk
Hi I am rendering a map using setDataURL("path to map xml"),
currently when I give a path which a valid URL only then does the Map load.
If I give the path as a disk location , it doesnt work since it ...
0
votes
2answers
145 views
Fusion charts in android
I am making an app in which i have to use fusion charts to represent some data so anyone can help me in how to do this
edit : Can you please tell me how to use google charts AND fussion charts in ...