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

Fix for line charts with a data gap at the beginning #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kopeczech
Copy link

spaklines_defect

When the values array started with one or more null values, incorrect spot got highlighted on the chart when it was moused over.

When the values array starts with one or more null values, incorrect spot got highlighted on the chart when it was moused over.
@johnnytemp
Copy link

I'm a user. I also encountered the same issue. And my fix is the same.
This issue occur when the first data point's y-value is null.
E.g. see this fiddler (try to mouse over the highest point): http://jsfiddle.net/va0j770x/

Please merge. :)

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

Successfully merging this pull request may close these issues.

2 participants