I am new to JFreechart and having a play with the different features provided. I am looking at an option to overlay a JButton on top of Jfreechart. For eg:- I have a chart with time/price and at some points in the graph, I want to have an option to have a button so that I can retrieve more details. Even a custom tooltip would help, but having a button would give more flexibility.
Is this something that can be done using JFreeChart?