hi. I m just wondering, combining column chart or stacked column chart with line series. Is it possible? I have been getting error combining them. thanks....
2381
Josh Tynjala
joshtynjala
Aug 8, 2011 4:38 am
That should be possible. Just add a LineSeries to the data provider on a column chart. I seem to remember that one of the examples does a combination like...
2382
normalianajamali
normalianaja...
Aug 9, 2011 5:07 am
hi. the example given was a bar chart. i had modify it to suit my needs where by an external xml file is use to plot the lineseries. in addition using the user...
2383
Jason
jlampitt
Aug 9, 2011 5:07 am
If I'm simply using a BoxCellRenderer and have a simple button that I want to use to navigate (scroll) through the carousel items one at a time - WITHOUT...
2384
Jason
jlampitt
Aug 9, 2011 5:07 am
Who can I beg for help with the carousel? I'm using the SlidingCarouselRenderer. Specifics... - Why won't the ListEvent.ITEM_CLICK event fire? ...
2385
Josh Tynjala
joshtynjala
Aug 9, 2011 3:35 pm
There should be no difference between bar and column charts, except that you need to ensure that you're targeting the correct axis with your data. The numeric...
2386
Josh Tynjala
joshtynjala
Aug 9, 2011 3:35 pm
The Carousel itself doesn't have the ability to scroll. It's the skin that scrolls or changes layout. If you're familiar with Flex, the Carousel is like the...
2387
Josh Tynjala
joshtynjala
Aug 9, 2011 3:35 pm
By the way, when I say "skin" here, I'm referring to the "layoutRenderer". - Josh...
2388
Josh Tynjala
joshtynjala
Aug 9, 2011 3:35 pm
Looking at the source for both Carousel.as and SelectableList.as, it appears that ListEvent.ITEM_CLICK isn't dispatched at all. That metadata is defined in...
2389
Jason
jlampitt
Aug 9, 2011 6:55 pm
Seems like the documentation is incorrect then b/c the method scrollToIndex() is defined as a method of the Carousel, not SelectableList. In the Carousel...
2390
Josh Tynjala
joshtynjala
Aug 9, 2011 8:34 pm
You're right, scrollToIndex() is overridden in Carousel. I'm not sure what it's meant to be doing, though. I wrote that class several years ago, and it was a...
2391
Jason
jlampitt
Aug 9, 2011 8:34 pm
By the way, for both my benefit and the benefit of others... If I wanted to implement ListEvent.ITEM_CLICK into Carousel.as so it actually worked, where would...
2392
Jason
jlampitt
Aug 9, 2011 8:34 pm
Hi Josh, I did see your other post... thank you. Since these components are now deprecated, we may just adopt these for our own internal use and fix things...
2393
Josh Tynjala
joshtynjala
Aug 9, 2011 8:46 pm
When the cell renderer is created, add an event listener for MouseEvent.MOUSE_CLICK. In the event handler, dispatch ListEvent.ITEM_CLICK. Be sure to remove the...
2394
Jason
jlampitt
Aug 9, 2011 8:56 pm
Ah! I was close! I did create a MouseEvent.MOUSE_CLICK event listener and handler but missed the idea of dispatching the ListEvent.ITEM_CLICK. Makes sense now....
2395
Josh Tynjala
joshtynjala
Aug 9, 2011 9:12 pm
You probably want to do it when the renderer is passed to removeChild(). Also, in the MouseEvent.CLICK handler, make sure to use event.currentTarget to ensure...
2396
Jason
jlampitt
Aug 10, 2011 4:22 am
Same component, different topic. The carousel in my project lets the user to initiate a load sequence (i.e. a .swf) into a UILoader instance. My project is...
2398
Jason
jlampitt
Aug 10, 2011 7:06 pm
I'm glad to say I can answer my own question. To update the contents of a CarouselItem - for example the selectedItem within my carousel instance - I simply...
2401
normalianajamali
normalianaja...
Aug 24, 2011 9:10 am
hello. is it possible to have the chart categorynames into two lines. the category name for each bar is pretty long. thus the graph chart tend to be smaller in...
2402
Josh Tynjala
joshtynjala
Aug 24, 2011 6:50 pm
You should be able to change the rotation of the chart labels. This should allow more labels to fit within the bounds without overlapping. If you need multiple...
2403
rfong32039
Aug 26, 2011 2:22 pm
Come to our Adobe Developer User Group meeting at Adobe HQ in SF. RSVP at : baadaug.org Here is the event................ August 30, 2011 - Flex Wrapper for...
2404
normalianajamali
normalianaja...
Aug 29, 2011 1:34 am
Hello. What do you mean by rotation of the chart labels? I m pretty lost reading the documentation. Im currently using the stackedbarchart. Thus the chart get...
2405
Josh Tynjala
joshtynjala
Aug 29, 2011 6:52 am
http://developer.yahoo.com/flash/astra-flash/classreference/com/yahoo/astra/fl/charts/CartesianChart.html#style:horizontalAxisLabelRotation On Sun, Aug 28,...
2407
normalianajamali
normalianaja...
Sep 2, 2011 7:05 am
hey. thanks for the reply. i tried rotation of the chart labels, but it wasn't what i looking for. ohh well......
2408
normalianajamali
normalianaja...
Sep 30, 2011 9:38 am
hello people. may i ask, is there a way to make the bar width bigger? please and thank you....
2409
Josh Tynjala
joshtynjala
Sep 30, 2011 6:19 pm
You're looking for the seriesMarkerSizes style: ...
2410
normalianajamali
normalianaja...
Oct 3, 2011 2:30 am
hey, thanks for the tip. ^^v...
2416
ceteris@...
ceteris...
Dec 22, 2011 4:27 pm
have checked out the docs but I cant seem to get these going could use a simple example using as3, trying to build it up programatically thanks...
2417
ceteris@...
ceteris...
Dec 22, 2011 4:27 pm
I get a property called generateCategoryLabels from my code complete trying to figure this out because it's exactly what I need: the ability to pass in a cat...
2418
ceteris@...
ceteris...
Dec 22, 2011 4:27 pm
first thanks for the hard work it took to create these things - they're great for a couple of reasons I'd like to recompile the astra component set am working...