[flexcoders] labelRenderer based on Canvas in charts

2009-07-30 Thread Shurup
Hi

I'm having a problem making custom axis label renderer (need background color 
and border) in chart that is based on canvas. 

When chart is loaded the label height is 1px and not visible until I scroll the 
chart, then the axis jumps up to the necessary amount of pixels to reveal the 
label. 

If renderer is based on Label or Text or TextArea it is shown immediately.

Anybody have any idea? :(

Thank you!



[flexcoders] Re: Charts - multiple data series (column/line) bar width issue

2009-07-16 Thread Shurup
Thank you, you made my day! :)

--- In flexcoders@yahoogroups.com, EddieBerman eddieberman2...@... wrote:

 This is due to a Flex bug
 (https://bugs.adobe.com/jira/browse/FLEXDMV-1957
 https://bugs.adobe.com/jira/browse/FLEXDMV-1957  )
 which I'd love to see fixed.
 
 Until then, here's one solution that I found:
   http://flexxxed.wordpress.com/ 
 http://flexxxed.wordpress.com/2009/05/20/using-right-chart-when-you-hav\
 e-multiple-chart-series/ http://flexxxed.wordpress.com/
 http://flexxxed.wordpress.com/
 
 Good luck,
 Eddie B.
 
 
 --- In flexcoders@yahoogroups.com, Shurup shurup@ wrote:
 
  Hi
 
  I have an issue with column width in mixed chart:
 
  on one chart I have 9 line series and 1 column series and visually
 that one
  column takes 1/10 of the category width, which would be logical if
 other
  series would also be columns (then each of them would take 1/10 of
 widths
  and it would look perfect).
 
  But line series don't spread into the rest 9/10 of the space, all
 together
  they also take only 1/10 of the space (and all data points are on same
 X
  coordinate at same exact X position and not spread horizontally to
 take free
  Y space), so they only reserve horizontal space in category width, but
 don't
  use it.
 
  Here is a screenshot of what I'm talking about:
 
  http://www.shurup.info/screenshot_chart.jpg
 
  Is there any way to make a fixed width of the column chart at least to
 1/2
  of the category width and all line series would be in other 1/2 of the
  space?
 
  Thank you!!!
 





[flexcoders] Charts - multiple data series (column/line) bar width issue

2009-07-15 Thread Shurup
Hi

I have an issue with column width in mixed chart:

on one chart I have 9 line series and 1 column series and visually that one
column takes 1/10 of the category width, which would be logical if other
series would also be columns (then each of them would take 1/10 of widths
and it would look perfect).

But line series don't spread into the rest 9/10 of the space, all together
they also take only 1/10 of the space (and all data points are on same X
coordinate at same exact X position and not spread horizontally to take free
Y space), so they only reserve horizontal space in category width, but don't
use it.

Here is a screenshot of what I'm talking about:

http://www.shurup.info/screenshot_chart.jpg

Is there any way to make a fixed width of the column chart at least to 1/2
of the category width and all line series would be in other 1/2 of the
space?

Thank you!!!