CleverProgrammers / react-covid-tracker

202 stars 252 forks source link

LineGraph not working properly #38

Open SneakyGeaky opened 3 years ago

SneakyGeaky commented 3 years ago

The graph is extending to infinity and the length is not getting fixed ![Uploading Screenshot (44).png…]()

Mohammed-Farhan commented 2 years ago

Can you please clearly explain the error with the screenshot as well.

SneakyGeaky commented 2 years ago

Can you please clearly explain the error with the screenshot as well.

Screenshot (69)

In the recovered section the api does not send any data and there is no graph formed while a perfect graph is forming for other cases such as live cases and deaths Screenshot (70)

ritik3131 commented 2 years ago

In the recovered, API send the data but in last 120 days it give recovered=0 so graph is not showing but if you will put 500 in API then it will return some number in recovered part and therefore graph will be visible