knowm / XChart

XChart is a light-weight Java library for plotting data.
http://knowm.org/open-source/xchart
Apache License 2.0
1.5k stars 396 forks source link

Is it possible to add a actionListener to a pie chart? #788

Open HowLoveLee opened 1 year ago

HowLoveLee commented 1 year ago

I am trying to create a function where when you click on the pie piece all transactions related to that pie populate a list but It doesn't seem to be a way to get String clickedCategory = chart.getPlot().getCategoryForScreenCoordinate(chart, x, y); is this not athing? what is a workaround?