today I wanted to try the new PrimeFaces release 3.4.RC1. For charts there is a new attribute called datatipFormat.
I want to show only the value (y-axis) in a line
datatipFormat uses sprintf to format the string for the tooltip, so you can print only the second parameter (y-axis):