1
I’m trying to get which caption item is selected on a primeface line chart.
I’ve tried something like plot.series.isSelected
, the maximum I could take are the maximum and minimum values of the x and y axes using: plot.axes.yaxis.min
Does anyone know if I can get which column is selected in the chart(caption) and the values containing that item?