There is no way I know of to duplicate that exactly, but you can get one of the two effects (line or tooltip). Drawing the line is technically inefficient, as you actually redraw the chart every time there is a 'onmouseover' event thrown for a data point, but I haven't noticed any performance problems when I tested it (see
http://jsfiddle.net/asgallant/xwrVV/4/). The tooltips don't work there because redrawing the chart causes the chart to lose the mouseover info, so it doesn't know to create a new tooltip (though I added code to help you roll your own).