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

problems in combination with flot-downsample plugin #126

Closed
mojoaxel opened this issue Aug 25, 2015 · 2 comments
Closed

problems in combination with flot-downsample plugin #126

mojoaxel opened this issue Aug 25, 2015 · 2 comments

Comments

@mojoaxel
Copy link
Contributor

If the tooltip plugin ist used together with the downsample plugin the tooltip plugin sometimes tries to access out of bounds data on hover.

The error occours in x = item.series.data[item.dataIndex][0]; because item.dataIndex is sometimes greater than the downsampled series.data array.

@krzysu
Copy link
Owner

krzysu commented Aug 28, 2015

hi, I can only encourage you to fix it on your own and send pull request, I'm not actively maintaining this plugin anymore

@mojoaxel
Copy link
Contributor Author

This has actually nothing to do with the downsampling plugin.
Closing this and opening a new issue if problem is better understood.

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