Don't show axis numbers

View: New views
2 Messages — Rating Filter:   Alert me  

Don't show axis numbers

by danb81 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Is there any possibilty to turn off the numbers on the Y axis? (on a
LineChart )

Thanks for help.


Re: Don't show axis numbers

by tripp.bridges :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
You can use the showLabels style to hide the labels on the yAxis.

style:{
        yAxis:{showLabels:false}
}

Available styles can be found:

http://developer.yahoo.com/yui/charts/#basicstyles

Thanks,
Tripp



--- In ydn-javascript@..., "danb81" <dan.b@...> wrote:
>
> Hello,
>
> Is there any possibilty to turn off the numbers on the Y axis? (on a
> LineChart )
>
> Thanks for help.
>