I am using wicket-charts to create a chart on a page. I'm trying to make a graph that looks a lot like the example on this page http://code.google.com/p/wicket-charts/ I want two y-axis - one on each side of the graph. However the example code doesn't seem to do that. I can see how to do it in js from highcharts examples on http://www.highcharts.com but I can't work out how to implement it using wicket-charts.
Please help!