-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bug: Graph isn't displayed #9
Comments
@denisk20 please take a look at it, do you need more info to debug it? I tried to export measurements, reinstall app, take 2 fresh measurements and graph was displayed, but once I imported my measurement data, it stopped displaying the graph. Should I send you the json file with measurements? Maybe it's some bug how it's saved there. |
I haven't seen anything like this. If you post your json I can take a look. |
@denisk20 So, did you check it? |
Thanks for submitting it. I was able to reproduce the issue. I'll try to fix it in the upcoming days and update the app. Will let you know when it's ready. |
It seems there's a problem with the chart library that I use, it simply can't handle such amounts of measurements. I need to update the logic to interpolate the values for the chart. This is not a quick fix, I'll post here when it's done. |
Ok thanks
Dňa st 21. 6. 2023, 21:45 Denis Kniazhev ***@***.***>
napísal(a):
… It seems there's a problem with the chart library that I use, it simply
can't handle such amounts of measurements. I need to update the logic to
interpolate the values for the chart. This is not a quick fix, I'll post
here when it's done.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOYDCUYJ6J2E2JCUUSCUSITXMNFOVANCNFSM6AAAAAAZIJPOCY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have made progress here, I have re-written all of the chart code to not use the problematic library. The chart might not look as pretty as before and is not zoomable, also one can't delete items directly from the chart anymore, but it should be fast and reliable (will test with large datasets). It should be ready in couple days. |
It's ready, the build is in Open Testing channel, I'll test on couple more phones and will release to the public. |
Why the diopter history graph isn't displayed for me? I have saved enough measurements in history to generate it. I have the latest version of app downloaded from app store.
The text was updated successfully, but these errors were encountered: