Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Chart advence features.   Message List  
Reply | Forward Message #33893 of 52120 |
Re: Chart advence features.

Hi,
There is a style property called background that allows you to set an
image for the background of the entire SWF. If your chart was static
as you describe, you could conceivably craft an image to create your
effect as a background image.

You would also need to set you majorGridLines and minorGridLines size
style to 0 so that they would not cover the lines on your image.

style:{
background:{image:"[BACKGROUND_IMAGE_URL]"},
yAxis:{
majorGridLines:{size:0},
minorGridLines:{size:0}
}
}

Thanks,
Tripp

--- In ydn-javascript@yahoogroups.com, "noam.elyashiv"
<noam.elyashiv@...> wrote:
>
> OK
>
> Lets say that Y-Axis is static.
> Do i have an option to set background image that have color changing as
> i mentioned in my previus comments?
>
> I tried to do it but with no success, do you have any idea how to make
> it happend??
>
> Thanks,
> Noam Elyashiv
>





Sun Jul 6, 2008 8:37 pm

tripp.bridges
Offline Offline
Send Email Send Email

Forward
Message #33893 of 52120 |
Expand Messages Author Sort by Date

Hi everybody, I am trying to create a chart the the y-axis grid lines change their color as it advanced. For example 0-20 green, 20-50 yellow and 50-100 red. ...
noam.elyashiv
Offline Send Email
Jun 24, 2008
1:39 pm

Hi, With charts, you can specify different colors for major and minor gridlines but you cannot specify different colors for each gridline. You will not be able...
tripp.bridges
Offline Send Email
Jun 27, 2008
1:51 am

OK Lets say that Y-Axis is static. Do i have an option to set background image that have color changing as i mentioned in my previus comments? I tried to do it...
noam.elyashiv
Offline Send Email
Jul 6, 2008
4:38 pm

Hi, There is a style property called background that allows you to set an image for the background of the entire SWF. If your chart was static as you describe,...
tripp.bridges
Offline Send Email
Jul 6, 2008
8:37 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help