ed-roh/react-admin-dashboard

The dashboard page and charts page is not working in the code any more, does anyone has a fix?

hammadkhan opened this issue · 1 comments

When I visit the dashboard (root page), none of the widgets are showing. Similarly, when I visit the graph page, nothing is shown there. I am compiling the existing code without any changes whatsoever. The rest of the code works.

image

I have fixed the issue by updating the code to point to the latest chartJS libraries (from .79/.80 to .81). This resolved the dashboard not rendering as well as chart pages were not rendering, which now runs just fine. You can refer to my checked out code below.

https://github.com/hammadkhan/react-admin-dashboard