Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gantt plugin: How can I get end datapoint in "plotclick" event handler? #4

Closed
kiaplayer opened this issue May 6, 2014 · 2 comments
Closed

Comments

@kiaplayer
Copy link

Hello.
I try to process clicks on gantt items ("plotclick" event).
When I click on item there is only start datapoint in "item" variable.
Is there any way to get end datapoint?

@jumjum123
Copy link
Owner

try this one in click-function:
item.series.data[item.dataIndex]

regards
Juergen

On Tue, May 6, 2014 at 7:54 AM, Ilya Krylov notifications@github.comwrote:

Hello.
I try to process clicks on gantt items ("plotclick" event).
When I click on item there is only start datapoint in "item" variable.
Is there any way to get end datapoint?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4
.

@kiaplayer
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants