Info: Open Flash Chart 2 is out. Version 1.x and these pages will
never disappear and the charts will continue working forever, but further
development on 1.x has stopped. Take a look at version 2 here
Open Flash Chart 2.
See Y min max for more details. This method applies the min and max values to the right Y axis, rather than the left.
You can still use minus numbers (e.g. max = 100, min = -100).
Method: attach_to_y_right_axis()
attach_to_y_right_axis( integer $data_number )
This is the important method, it attaches a set of data (a line, area or bar chart) to the right Y axis. You can call this multiple times
to attach more than one set of data to the right Y axis.