ActionScript 1/2 :: Create 3d Pie Chart?
Jun 1, 2010I am trying to create 3d pie chart in AS2.
View 1 RepliesI am trying to create 3d pie chart in AS2.
View 1 RepliesHow 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 RepliesIs it possible to develop chart in flash (eg. bar chart, pie chart)?
View 1 RepliesI want to create a Flashmenu that looks like a Pie Chart. The Menu will have 6 pieces. If the mouse rolls over one of them, this piece should expand to the whole size of the circle, but with easing. I dont know how to start Problems i see: Layering of the different pieces (how can I achieve that the piece with the "mouseover" is always in front of the others)
nice animation of the piece (it should grow clockwise, but with easing) asking (each piece will be an image, the pieces just show a portion of the image, on roll over, the whole image should be viewable)
I am trying to create an interactive org chart for a customer. When you click on a box, I need it expand as a drop-down, but I would like create it such that if the user clciks on another box, the previous box animates back to the closed position before the new one opens.
View 2 RepliesHow can I create a simple chart in Flash CS4?
View 1 Replieshow to create organisation chart in flex using xml
View 2 Replies[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?
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 RepliesHas anyone created a custom map chart of the world using Flash 8? I read in few places that its possible with a component but cannot seem to find the right one.
I need to create a custom heat map (map chart) which is based on the global map, and shows the performance all of the world's unemployment rate. Some alike this interactive swine flu map
However this is a map software but I need a component so to integrate the map inside my own flash application, is there a Flash 8 component which made it easier to create such map?
I need to create a flash chart that would take data dynamicaly as in this link [URL]..
View 2 RepliesI am trying to create a flow chart base application. where user can create connection from output node to input node.this connection is visible by using a line between nodes.I am trying to create a custom class for this functionality "outputDrag.as".There are some issues which I am not able solve here
Details
Yellow triangle = output node (outputDrag.as is attched to this)
Yellow circle = input node
problems
1. when user drag mouse from o/p node, an interactive line from o/p node to mouse pos
2. when user release on i/p node create a new line parmanently btw o/p node to i/p node
3. when user moves the root nodes(gray box and gray circle), parmanent connection btw them should redraw.
4. there is a simple class "drag.as" attached to (gray box node) to move it on the stage.if i attach this class to (gray circle node movie) and I press and drag mouse on yellow triangle, entire node moves. How can I prevent this dragging?In general if you have a movie, with simple drag class attached, how do you prevent dragging that if mouse is pressed on some particular child movies, it shouldn't drag.
Is it possible to create a data driven movieclip for the Pie Chart in Flash.
View 3 RepliesI am trying to create a simple pie chart that has rollover states, and when clicked brings up a first column of text, then when a field is clicked brings up a second column and then a third. There will be around 100 different text fields show up. Now at this stage I have about 40 functions setup and about 25 event listeners and I havent even started on the text fields yet.
My question is do I need to continually write new functions for text to appear, then a second to disappear and trigger the next filed OR is this what Variables are for?
I think this sounds very confusing so I have attached the file. Please help as I have a crazy deadline on this and simply can't work it out, unless I continue on my road of endless functions.
We'd like to show some shiny charts/plots/tables for some business data. It targets PC browsers and iPhone/iPad.
We have done some research and here's possible solutions:
HTML5: not yet very standard and we are lack of experience. Flash: it looks like Flash on iPhone runs on some sort of virtual machine, it's not very efficient. We have little knowledge on this too. Silverlight + Cocoa Touch: it looks like MS is now giving up SL. We need two times of work on GUI if we choose this. Maybe I can write some XAML parser for iOS using UIKit and Core Animation.
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 RepliesI'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.
I'm trying to make chart which is combination of bar and line chart using Flex Charting API . Here x axis would be common and y axis would be different. note that y axis got different range of value one is % and other is amount. Any one got idea how to make this chart. Here line chart would be staked on top of bar chart . The line chart and never over laid or drawn on top of bar chart.
View 1 RepliesMy 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?
Im creating an interactive org chart. I want to use external xml text for just the names, titles and there will be a alt tag type pop up with a few bullet points.
[Code]...
I have a class file of LoadXML its not working
[Code]...
I want a bubble chart that just shows items along a straight line. So I'd like the horizontal axis to essentially not exist. I have it working right now with the yField assigned to a field that happens to always be '1' on my test dataset.. but this is not going to be the case in general, so I need some way to restrict the y-axis... preferably without needing to go back to my model and parse through all my data to add a dummy value '1' on each entry.
Unfortunately setting min/max values just cuts off anything above or below rather than restricting entries.
I set computedMin and Maximum (no idea what they are and the docs don't really explain) but it didn't seem to restrict the data in any way.
In Flex how can I set a custom name (string) for the X axis and Y axis titles of a chart?
(Horizontal Axis and Vertical Axis)
I can assign my charts backgroundelements property with a custom class I developed called RangeSelector in mxml like so:
<mx:LineChart id="chart" width="100%" dataProvider="{dataSet}" height="100%" mouseMove="updateDetails(event)">
<mx:series>
I have created 2D Pie Chart, i want to add animation into it. and have a drop shadow so it will look like 3d. Can anyone help how to do that,
ActionScript Code:
import flash.filters.BitmapFilter;
import flash.filters.BitmapFilterQuality;
import flash.filters.DropShadowFilter;
[code]....
How to do flash chart using actionscript 3?
View 1 RepliesI'm having trouble researching how to create a line chart in Flash that pulls data from an external XML file. I want to display this chart on my website for others to see. Anyone familiar with creating line charts via flash and xml? I did find a few websites that talk about it but not for flash purposes
View 1 RepliesI have been looking for a simple way to chart some data dynamically but to no avail. I have been using LineChart from Astra but I cannot change its data dynamically.
I think this very crude example should work, but it doesn't:
Code:
// The flash simply consists of a LineChart called "chart" ...
import com.yahoo.astra.fl.charts.*;
import com.yahoo.astra.fl.charts.series.LineSeries;
[Code]....
I've been working for several months on a project that generates dynamic data charts. Suddenly the project had a problem-- the charts will not draw properly on screen. The only way to make the colums of the chart appear is to move the mouse into the area where the charts should exist: As I move the mouse accross the area, the chart columns appear as if by magic! However, if I move a scroll bar which controls the display area, the chart columns disappear again. I've tried this on 2 different computers and gone back and tested it on several earlier versions of the project, and they all fail At this point, the only factor that I have not tried to control for is the Flash Player which I recently updated.
View 7 RepliesI would like to be able to specify the placement of a legend for a linechart. Currently, it continues to appear to the right of the chart. I have tried playing with the width/height of the chart to no avail... Putting the legend before the linechart in the mxml causes it to appear to the left. I can't seem to get it appear at the bottom though. I can't seem to find any good examples for this. They don't seem to specify anything but the legend usually shows up below the chart, I can't seem to do it.
View 1 Replies