Parallel Coordinates hover data

Hi,

I wish to retrieve the hover data from a parallel coordinates plot. I figured out that contrary to other popular plots like histogram, scatter etc which return something like this:

print (hoverData)

{‘points’: [{‘curveNumber’: 0, ‘x’: 0.64, ‘y’: 4, ‘binNumber’: 64, ‘bbox’: {‘x0’: 1183.19, ‘x1’: 1198.58, ‘y0’: 1649.92, ‘y1’: 1649.92}, ‘pointNumbers’: [195, 242, 249, 402]}]}

parallel coordinates do not have such property.
Is that right or…?

Regards,
jm