Javascript :: Graph/chart That Supports Dynamic Pie Charts?
Nov 28, 2010
Does anyone know of a good charting/graphing tool that supports dynamic pie charts, i.e.where a user could change the values by dragging, etc? It would need an event API so I could get access to the changed values.
View 2 Replies
Similar Posts:
Jun 1, 2011
Here is my question:I have a hybrid chart that uses bars and linesI want to add to the right vertical axis a horizontal line that represents a break even
<mx:ColumnChart id="cvpaOpenCloseRatio" x="79" y="107"
dataProvider="{CF_Closed_to_Opened_by_MonthResult.lastResult}"
showDataTips="true">
[code]......
View 1 Replies
Apr 15, 2012
Flex: - Is it possible to export Chart/Graph/component with dataGrid data into xls file without using server side?
(Web Application)
I have gone through number of article but could not find any hind to do. As per few article it is possible to export data of dataGrid into xls by using as3xls-1.0.swc but not Chart.
I am looking to export data from dataGrid as well as Chart.
View 1 Replies
Nov 24, 2010
I want to draw stock price in real time as a candle graph. I get open flash chart from someone and it looks good at drawing. I don't know how to update the candle graph in real time (using Ajax?), and is it a good way? I use Python a lot. But I cannot find tools as easily to use as OFC.
View 3 Replies
Jul 26, 2010
I know most mobile browsers don't support javascript,
how can I check this?
View 3 Replies
Nov 30, 2010
I'm looking for a Flash video player that is able to stream m4v files on all browsers. Example file: [URL]
Unfortunately, I can't convert the format since it originates from 3rd party servers. I can't rely on HTML5 video since not all browsers support this format and the encoding it contains.
I've already tried several players such as JW Player, Kaltura, Video JS, Projekktor, and more. Testing them with Firefox and IE, some of them couldn't play the m4v file at all, while others downloaded the entire file before starting to play it.
View 1 Replies
Sep 10, 2011
I've tried JWPlayer from my app (C#). It works well, but I can't seem to find cookie support. I need to send a cookie or else the server will return 403 Forbidden. Is there any commercial flash player with cookie support (or I'm missing something in JWPlayer's doc)
View 1 Replies
Apr 11, 2011
I want a chart that has several separate series running in rows across. They are largely separate charts and should not overlap, but all share the same horizontal datetimeaxis. They don't share the same y-axis, however and that's where I'm getting stuck.I have tried having a linechart series and then a plotchart series, but it will only allow a single <mx:series> per chart without having them inside the same series which as far as I can tell will place the charts on top of each other in the z-axis. I can stack them and have them completely separate charts, but it was proving to be somewhat irritating having them align correctly.
Is there any reasonable way of combining multiple charts into one like this? Basically having rows in a table where each row is a different chart but the columns are consistent. or am I going to be best served just by stacking separate ones? an illustration of what i'm going for is here: http:[url]........
View 1 Replies
Mar 12, 2010
I want to visualize a directed graph on a web page. Are there any Javascript or Flash solution for this? free :)
View 1 Replies
Dec 13, 2011
I have data whose primary visual representation is a simple number as aline height, but the rest of the data for a single sample contains much more data. I want to convey this extra information on a html5/flash line graph where each example is guaranteed to be on a single tick, and that the control can drive a click event that supplies the closest tick near the click and the entire associated sample data.[code]The graph would have at least 3 ticks, and if the user hovers/clicks, the extra data of the nearest tick would be shown elsewhere.
View 1 Replies
Aug 22, 2011
In the below code the traced values are correct its there in the chart data provder but the
input graph is not plotting.there is no error in this code.Can anyone solve it?
function fnctn(evt:Event)
{
var tp:int = bulb1 + bulb2 + bulb3 + bulb4;
[Code].....
View 1 Replies
Jan 26, 2010
School Project with the following actionscript in Flash 8, I want to show a slope graph? What code to add to make slope graph work?
/*var orig_x:Number;
var orig_y:Number;
orig_x = (plane_mc._x)+(plane_mc._width/2);
[code].....
View 0 Replies
Jul 17, 2009
Is it possible to create below type of pie charts and values create dynamically (please go through the link)?
View 3 Replies
May 5, 2011
Basically, I already have access to a tool (not flash, no source code available) that does all these complicated calculations based on dozens of variables and generates 2 charts/graphs based on those calculations. I'm making a "light" version that will only use 2 of those variables and a set of "standard values" that will act as a lead n/conversation starter.So, I have to display 120 different charts/graphs (60 pairs of graphs) that will be calculated by selecting variables from 2 different drop downs (one has 10 selections, the other has 6).Each chart is made up of 15 different data points that will be displayed on the chart with lines connecting them, so a total of 30 data points for each "set" of variables.
Here are my options:1) plug the numbers into the tool and grab a screenshot of the charts. Since the charts are ugly, I would have to physically re-draw each of the 120 charts to look the way it needs to in order to match the rest of the application2)...and this seems like the right way to go if I can figure it out...I can export the data points from the tool as xml, I use that to build arrays within flash and then dynamically plot the points and draw the lines. The only problem I'm facing conceptually is that the range on the y axis will change so I'll need to dynamically create the horizontal range line indicators, populate the range fields based on that range and keep everything constrained within the vertical limits of the chart.
View 4 Replies
Apr 17, 2010
I am developing a tool to create dynamic hierarchical charts. I am able to create object i.e circles and link it dynamically. I want to set properties for those objects.
View 1 Replies
Apr 21, 2010
I want to implement Open Flash Chart in my website but it doesn't work. The chart just start loading for a second and the loader animation disappear and nothing happening (Only a blank swf area). i've downloaded the latest version which is 2 and here is my folders scheme:
// ROOT //
● JS
● open-flash-chart
● php-ofc-library
[Code]....
The JS folder contain swfobject and the open-flash-chart folder contain the action script classes of the chart
View 1 Replies
Sep 5, 2010
[URL]
Would be possible to develop the above chart using SVG and Javascript or some other lightweight technology i.e HTML5.0 technologies?
What sort of effort would be involved (man days)?
Would the SVG version be as fast/smooth as it's flash counterpart?
View 3 Replies
May 23, 2008
I am trying to make a bar graph that tweens to the height, or decrease, according to the number defined in the Dynamic text box. I would like to use the tween class from MX for a nice bounce effect. Here is my code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
ICcost._height = Number(ICC1);
new Tween(ICcost, "_yscale", Elastic.easeOut, 0, ICC1, 2, true);
ICC1 is the dynamic text field that displays a number from a formula through a couple input boxes. ICcost is the name of the MC I want tweened.
As I have it now it doesnt tween, the height just goes to the ICC1 number which is ok for now. Is there a way to set the tween to happen when flash registers a change in the number?
View 2 Replies
Mar 14, 2012
I am doing below actions on button click in sequence, using javascript.
Generating Flash chart Making image of generated flash chart Exporting generated image in to PDF
Everything is dynamic. chart is generated using Open flash chart and are dynamic using php Mysql
All working fine. Problem here is that is takes some time to generate flash chart. So it's creating a blank image or image in middle form flash file exporting it to PDF.
View 1 Replies
Mar 18, 2011
<?xml version="1.0" encoding="utf-8"?>
<s:BorderContainer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
[code]...
how do i pass upperLimit="", dial value="" and maxValue="" values in colorRange dynamically from the flex side. i need these 3 values to plot on the angle gauge fusion chart
View 3 Replies
Mar 2, 2011
Is it possible to develop chart in flash (eg. bar chart, pie chart)?
View 1 Replies
Jan 12, 2010
I am trying to use AlivePDF to save a chart into a .pdf file. However, when I try to save my chart, it ends up clipping half of the chart in the pdf so it isn't even fully visible. It seems that the screencapture that AlivePDF took to generate my pdf was too small.I am trying to get a chart from a sample to work with sample code for using alivepdf that I picked off the web.[code]
View 1 Replies
Feb 23, 2009
Is it possible to create a bar chart with dynamic data in AS2 or AS3??? If so, can anyone point in the direction of a good tutorial?
View 3 Replies
Nov 7, 2009
Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database
View 4 Replies
Jan 31, 2011
I am having a problem creating a slice of a pie chart.
- The slices are accurate up to 90 deg,.
- I can't get both sides of the triangle to draw from the centre to the circumference.
//Input value = 10% of 100
var value1:Number = 10;
//Convert to decimal
var persent:Number = value1/100;
var deg:Number = persent*360;
[Code] .....
View 2 Replies
Sep 9, 2010
I have a very interesting challenge here for my Flex project development. I now have an experiment wizard which consists of three states.In the first state,the user selects the elements they are interested from the periodic table. When it comes to the second stage,now we have the elements that the user selected in the first state,and these elements are shown on a list A',the user can select an element from there. Also,I have an xml file that has the intensities and wavelengths for all the elements in the periodic table
[Code]...
View 1 Replies
Jul 16, 2009
I've found some code on the net that creates a dynamic pie chart using xml.It works fine, but what I want is for it to make each slice a movie clip so that I can target the slice to show a the percentage on mouse over.At the moment all the slices is in one mc called piechart.
Code below
ActionScript Code:
var titles:Array = new Array();
var values:Array = new Array();var xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();
[code]....
View 2 Replies
Sep 29, 2005
Is possible to create dynamic bar chart for flash mp3 player?I mean the similar effect like in Winamp or others music players (WMP) to display bar chart depending on the sound intensity.
View 6 Replies
Mar 3, 2011
I'm trying to prevent a default chart item roll over highlight in a Spark column chart.If you look at any of the chart examples on this page , when you roll over any of the chart series items, they turn a darkened shade of their original colour. This is what I want to prevent.
So far I have had no luck with using the itemRollOverColor property, as this only allows you to set it to one specific colour for the whole chart (my app has several different coloured series on the chart at once). Also, trying to leverage the itemRollOver event (with preventDefault() etc) hasn't worked either.
View 1 Replies
Sep 14, 2009
How can I Create an animated Bar Chart or Line Chart type of component in flash programmatically, which should depends upon an incoming XML data, the chart should have the basic criteria like, Chart Label, Item Tooltips, background grids (without using any image). There also needs an ability to change the data which should reflect the chart as well.
View 1 Replies