Flex :: Tool For Creating Line / Bars Charts From XML Data?
Oct 9, 2009
I'd like to create cool lines and bars charts dynamically, from xml data. Since I'm not an expert in Flash, I wanted to get a tool to accomplish this. So far, I've tried Flex Builder 3, but I can't figure how to draw the chart dynamically, as the xml data is constantly changing. I just see examples on the internet with xml like "Orange, Banana, Apple", when what I'd like to see is something like "......" and get each item's value and attributes to show in the chart.
View 1 Replies
Similar Posts:
Jul 1, 2010
i had a issue, when the chart data is displaying the legends has to be shown theinformation of the charts.But i need to show the multiple data columns for each each legends has to be displayed.Can any one of you having this type component
View 1 Replies
Nov 25, 2010
I want to give a good look and feel to the flex line charts. How to show it more attractive. I have done everything, now i want to show it more attractive/rich look and feel. can you guys provide me any samples.
View 3 Replies
Mar 31, 2011
In my adobe flex interface window there is two graph at a time .Is it possible to add maximizing & minimizing functionality to these graph so that one can view both graph at a time and if required minimize one ,which leads the other graph to occupy the minimized graphs place.and vice versa. it?
View 1 Replies
Mar 12, 2010
I want to create a line tool exactly like flash line tool. But the code that I am using shows the line when we release the mouse button. How can I show the lines while it is drawing
Code:
this.createEmptyMovieClip("drawing_mc",this.getNextHighestDepth());
drawing_mc.lineStyle(1,100);
[code].....
View 1 Replies
Nov 25, 2010
I want to give a good look and feel to the flex line charts. How to show it more attractive. I have done everything, now i want to show it more attractive/rich look and feel. can you guys provide me any samples.
View 1 Replies
Sep 6, 2011
I'm looking to display some data in the form of charts (line graphs, pie charts etc). I also require them to have a certain amount of interactivity (pan, zoom etc.).
For these requirements, will Adobe Flex be enough for me, or would I need to use flash?
A little research told me that building charts in Flex is easy, but can they be made interactive without using Flash?
View 3 Replies
Oct 19, 2011
I want to rotate the data label to 90 degrees in column chart. I used the code written below but its not working.
<fx:Style>
@font-face{
src: url("/assets/MyriadWebPro.ttf");
[Code]....
View 1 Replies
May 9, 2011
How can I color the ColumnSeries differently based on data. I need something like a labelFunction only for the column fill.
EDIT: Attached image for JAX to understand. :)
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
Oct 5, 2011
I need to customize a look and feel of standard Flex LineChart with LineSeries. I cannot figure out how to change default circles drawn when the mouse pointer is over a data point.
View 3 Replies
Oct 29, 2008
I'm wondering, is it possible to access shape data with actionscript. I want to draw simple lines with "line tool"somewhere in my movieclip and then to access information about my lines with actionscript to get startX, startY and endX endY of every line.
View 1 Replies
Jul 3, 2009
I'm in the process of teaching myself the components of the CS4 Design Premium package using the Adobe Classroom in a Book series. I'm currently going through the Flash CIAB and i've started using the pen tool. The task involves creating a wave like design across the stage. Whilst this in itself is simple, the final instruction is to click on the first anchor point to close the shape. In the illustration, the closed shape seems to automatically extend around the stage, however when I click on the first anchor point, the line automatically connects between the two points in a straight line.
Am I doing something wrong? The next step is to fill this area, but with the straight line effect that I am getting, this becomes impossible. I should point out that the instruction states that the pen tool line should extend off the stage. I have done this, but even then on clicking on the first anchor point the shape is closed incorrectly.
View 2 Replies
Jan 12, 2010
I am developing a flex charting web application which gets data from csv files. This application is supposed to be installed on the website of a client. The client uses a web server management system where the URLs generated are pretty long and contain non-alphanumeric characters. An example is given below:[URL].. The problem is that on my test server, the application is running just fine. But when deployed on the client's site, the application and the charts load, but the CSV data fails to load. The error given is:
Input output error: IO_ERROR I have tried both relative referencing (relative with respect to the swf file) and absolute reference to the URL of the csv file. But both approaches have failed.
I would ideally like to stay away from absolute URLs since that would break down if the charts need to move to another location.
View 2 Replies
Mar 12, 2010
I want to create a line tool exactly like flash line tool. But the code that I am using shows the line when we release the mouse button. How can I show the lines while it is drawing[code]...
View 4 Replies
Apr 11, 2011
I am a flex developer, well this time , client requirement has came to search the keyword in google adword, go to the following link, if i enter some keyword here in the search box like [URL] "dog training tips", so i get lots of results, i have to develop this same application in flex, which will fetch the data from this google's tool, Does any one of about how to get this data from flex, is there any flex or actionscript API available which will return me the data, that i'll filter according to ma requirement,
View 1 Replies
Jun 2, 2009
I'm fooling around with papervision and i'm getting this strange glitch kind of rendering. Basically i'm just creating alot of bars with a FlatShadeMaterial. All of them have the same light. Then i'm positioning them one next to another to form a bigger bar. Finally, each bar is displaced randomly in z position.
View 1 Replies
Mar 1, 2011
I was wondering anyone had suggestions for ways to chart data easily from a mysql database. I am working on a website composed totally in Flash.For example: a football database, a user may enter a players name and then a graph shows the goals scored over time.I have looked into google charts, fusion charts and opencharts and they seem to be ok if you are making a html page and will create graphs for you..
View 1 Replies
Jan 29, 2010
open a new window (URL Request) without address or scroll bars? I want to have a text link in a flash scene like "Click Here" that opens a new blank window (600 x 400) with a new URL without displaying any address or scroll bars.
View 2 Replies
Sep 7, 2010
Is there anyway where I can pass the Array values (not the array collection values) to the Bar charts or column charts using flex 3.5...
here is the thing i want:::
I have array values like this,,
array1 = [23, 49, 40, 239, 20, 80, 39,49,120, 24, 31,41];
and i want to show these values on the Yaxis and months on Xaxis....
I have two Qns,
1) how can I pass this array to Bar chart or column chart.
2) how do I need to show months on Xaxis. beacuse I'm asking this regarding, I have kept a filters that even if we want to see some months or a particular months or perticalar span of months... there on Xaxis it need to change the months dynamically depending on the filters..... (for ex, on Xaxis the values should be (Jan, Apr, Jun,Oct) if i select the 3 months period filter....)
I have written a logic to collect the values of those particular months into an array, but not understading how to pass this array to Bar chart,, beacuse there I don't know what Xfield and Yfield to be given....
View 1 Replies
Jan 13, 2012
My group is working on a Flex/AS3 scientific web application that is data intensive. Luckily the only plots involved are line charts. However, each line chart may have multiple traces (up to 24), and each trace may contain up to 2000 points. The user will need to zoom in and out and interact with the data (e.g. data tips, etc.).
The response I'm getting from developers is that's a lot of data to render in a plot in Flash. For reasons beyond the scope of this post, we can't sample the data to reduce the size (this has already been done and nature of the data prevents further sampling).
Rendering speed is critical for this app. What kind of rendering speed should I expect the Flex 4 line chart component to provide for a given number of points (e.g. 1 second to render 1000 points?)
Are there products available that handle plotting large data sets better, which can be incorporated in Flex (I've seen FusionCharts and ZingCharts online but have no idea how they compare with Flex's components)? Of those, which are easy to develop with while still providing a lot of flexibility in look and feel?
View 1 Replies
Apr 13, 2011
How can you display a multi-line column header using the Flex Spark Data Grid for Flex 4.5?
View 5 Replies
Nov 16, 2009
I looked at different flash chart software (free and commercial) and could find only one that supports the feature I want: map my dataset on the predefined X axis. Let me give an example.
Let's say my X axis is time. The time is represented in hours. So let's assume my X axis has last 24 hours. Now the data I have in the database contains data coming every 50 minutes. My goal is to have a chart that will show this data. The point on the graph will not correspond to X axis values one to one.
The simple solution (and all charts support this) is to set X axis resolution to 1 minute and only show "ticks" on A axis every hour. Assuming that chart supports "null" values (and most of them are) - it works fine as an idea.
The problem is that in this case (for all of the charts I know) I have to provide XML/json/CSV as a source of data that will contain 24 hours * 60 minutes points of data, with only ~29 (24 hours, every 50min) containing meaningful data. This puts a stress on 1) database, 2) more traffic 3) makes chart less responsive.Are there any flash graphs that will accept a dataset of ~29 values and map into 24 points on X axis.
View 2 Replies
Jan 26, 2009
right now i can create a straight line from mouse down to mouse up. what i cant quite get is a preview of that line. does anyone know of a simple way to show a preview of the line while the mouse is still down and the user is moving the mouse?what i have now:
Code:
var clip:Shape = new Shape();
addChild(clip);[code]......
View 2 Replies
Jan 6, 2010
I have something like this xml data
<data>
<result month="Jan-04">
<employee id="1">
[code].....
View 1 Replies
Feb 10, 2010
I am wondering how will I proceed with the following requirement. I need to create a line chart of business data of the last 8 quarters. It is easy, but the requirement is that, there should not be a connection between last year's Q4 and this years Q1. In effect, using the same array collection i need to split the line chart so that it looks like two different lines on the same chart. How to proceed with it.
View 1 Replies
Dec 6, 2010
I have a Flex line chart where I allow the user to change the y axis ranges. When a data point falls outside the ranges, the chart drops the line segments on either side of the out of range point leaving a gap in the data line. I'm currently using the data function to clamp the values out of range to the y axis min/max, but this displays misleading data.
View 1 Replies
Jun 3, 2003
The below script allows for line point adjustment, this works by dragging the yellow handles to new positions as you can see. Now the problem is when you click and drag the circular handle it drags the whole line like its supposed to but the other handles don't reposition on the ends of the lines. Take a look at the script and you will see that the handle coordinates are stored in objs in the form {x: y ,.
View 14 Replies
Sep 3, 2010
I have just tried Yuzhe Cool Motion, it is easy to use but it can only create 2d flash, Can you guys recommend some tools to create 3d flash?
View 2 Replies
Aug 25, 2009
Is there a way to draw a line on a graph (or at least get the position) on specific date?
I have a graph where X is Date data, I want to draw a line with a text on each Year and each 3 months as reference, not part of the graph series.
View 1 Replies