I can reproduce using 
 $('#chart').trigger('jqplotDataClick', [ null,  seriesIndex, pointIndex ,plot.data[ pointIndex ] ]);
But the problem now, i'm using primefaces, and i cant access the ('#chart') 
Probaly that's a primefaces issue, but that's the solution for anyone that needs to trigger a click at some chart point
thanks