Hello, you can do so by using the Dual axis feature :
Simply provide the second series as this :
{data: [[0, 2], [1, 5], [3, ...]], yaxis: 2, label: 'The data on the
second axis'}
By default, yaxis is 1, the only two options are 1 (left) and 2
(right)
instead of simply
[[0, 2], [1, 5], [3, ...]]
I suggest you to try the Flotr playground (
http://phenxdesign.net/
projects/flotr/playground/) to see the other available options and
help you get what you want.
Fabien