I am using javascript amcharts v3 to generate trend like interface element. I use trendline
class to create trend lines that mark certain events. I would like to handle trendline
click event but there seems to be no way of doing it.
Has anyone come across this type of problem or do you have any idea how to work around this?
For trend line example I use this page. There is jsfiddle link in it.
Thank you for the time you spend reading my question.
Edit: JSfiddle example - > here