We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
item.dataIndex
series.data
The text was updated successfully, but these errors were encountered:
hi, I can only encourage you to fix it on your own and send pull request, I'm not actively maintaining this plugin anymore
Sorry, something went wrong.
This has actually nothing to do with the downsampling plugin. Closing this and opening a new issue if problem is better understood.
No branches or pull requests
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 downsampledseries.data
array.The text was updated successfully, but these errors were encountered: