philackm / ScrollableGraphView

An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotPlot are not clickable

Rakibrz opened this issue · comments

How can I achieve dot plots clickable? I want to fire the event on the selected plot.

any update on this?

How can I achieve dot plots clickable? I want to fire the event on the selected plot.

I can suggest you to invert the calculatePosition(atIndex: , value:) -> CGpoint to get index, and then handle this

How can I achieve dot plots clickable? I want to fire the event on the selected plot.

I can suggest you to invert the calculatePosition(atIndex: , value:) -> CGpoint to get index, and then handle this

How do you mean?