-
-
Notifications
You must be signed in to change notification settings - Fork 24
Various fixes #107
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
Various fixes #107
Conversation
|
Oh, that's an easy one, which is already fixed in master. |
|
Actually, this branch is already up-to-date with master.
|
Oh... I remember doing that, I opened too many branches and worked too hurriedly then. |
|
By the way, thanks a lot for your work and attention to detail! :) |
|
I put the This is the last thing I'm not able to solve. If you manage to help me with that, then adding offset and fixing the "removed code" shouldn't be difficult for me. I already have something almost ready. p.s. This only happens when you move/zoom the graph. |
|
That's this one, fix is in master so ignore it |
|
But again, I am based on master. 😂 |
Oh right. 🤦 |
|
Will you leave some words & pics in the readme too? :) |
Yes but let's leave this PR for fix only, so no need for pics. |
|
Gotcha. Sorry for the low attention, my new born doesn't allow me to focus on anything at the moment. |
|
Don't worry at all. =)
In my opinion, something in this PR is causing that. And my guess is "dependencies". |
|
Believe me, give me time and I'll find that bad dependency. I'm almost there but I need to go now. I'll see if I can find it tomorrow. |
I am inclined to thing you found a similar issue |
I updated plotly could that be it? |
|
I managed to reproduce the bug you found too, but with an attribute. It looks like undefined is the new null. My "lonely datapoint" fix seems to work fine once extended to cover undefined too. |
|
But the bug you describe seems to be a different thing. Let me know if Fix ghost traces: Extend patchLonelyDatapoints to cover undefined too has any effect on it |
|
I will deploy this already, even if it is the case that there is some trace ghosting issues, it is less broken than the latest release |
|
I disagree but, your repo, your rules 😂 |
|
Btw, your last fix doesn't solve my ghost traces. |
Haha, why not? Is it because the bug you see with the newest plotly version? Thanks A LOT for your work! |
|
BTW If you want, you can paste here a file with the dump of the x and y arrays and we can look at it together. There must be some weird value or combination thereof (maybe a NaN or Infinite?) |
It is probably One thing for sure is that |
|
Can you dump the data that breals the card and post it here. (E.g add a lambda that spits the x and y arrays to the console) |
Well, I think that is not necessary anymore. Thanks for fixing it, and my compliments for catching the bug. 👌🏻 BTW, did you open an issue on plotly regarding lonely points? |
Thanks! :)
They are all the same problem ofc, just tricky to figure out
Not yet. I'll do that after I release and confirm the fix for #124 (issue persisted because of state = "unknown", which also acts as a gap). Thanks for the reminder |

I separated the fixes present in
time-offsetand rebased to the latest master.