-
Dear all, I have just to modified DashboardIndex.cshtml but I got an error Uncaught Error: Graph container element not found How to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
wezmag
Feb 2, 2021
Replies: 1 comment 1 reply
-
I think you removed some element from cshtml, but didn't remove the corresponding JavaScript. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
harifenny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you removed some element from cshtml, but didn't remove the corresponding JavaScript.
You can use the Developer Console (F12) to find out which line has error and remove them.