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

graph does not show up from time to time #155

Closed
michaelchin opened this issue Sep 30, 2022 · 4 comments
Closed

graph does not show up from time to time #155

michaelchin opened this issue Sep 30, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@michaelchin
Copy link
Contributor

Screen Shot 2022-09-30 at 11 30 56 am

@michaelchin michaelchin added the bug Something isn't working label Sep 30, 2022
@michaelchin
Copy link
Contributor Author

And I noticed this line. Not sure if it is related. But we need to avoid this kind of code.

while (graphList == undefined) await timeout(200)

@yiyanw
Copy link
Contributor

yiyanw commented Sep 30, 2022

@michaelchin The selected raster map's time interval is (0,0), so the graph will not be presented. Because the graph only displays the valid range of data for the current raster map.

which is mentioned in issue #55

And also please cut the graph according to the model's start time and end time. For example, if the model is 0-230, truncate the input data to fit within the range 0-230.

@michaelchin
Copy link
Contributor Author

@michaelchin The selected raster map's time interval is (0,0), so the graph will not be presented. Because the graph only displays the valid range of data for the current raster map.

which is mentioned in issue #55

And also please cut the graph according to the model's start time and end time. For example, if the model is 0-230, truncate the input data to fit within the range 0-230.

OK. Can you show the full range of data in case the rotation model range is 0? Thanks.

@yiyanw yiyanw mentioned this issue Oct 2, 2022
@yiyanw
Copy link
Contributor

yiyanw commented Oct 2, 2022

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants