# File temp/Graph/BarBase.rb, line 45
def
max_value
@data
.
collect
{
|
x
|
x
[
:data
].
max
}.
max
end