Hi Satheyaraaj,
Thanks for contacting Syncfusion Support.
We have analyzed your query and attached screenshot. If jQuery is not referred properly in the project, exception will throw as in your attached screenshot.
So please follow the steps to ensure the jQuery is referred correctly in your project.
Step #1: To ensure the jQuery script files are added in scripts folder.
Step #2: Then, ensure the script files are referred properly in the master page.
[Site.Master]
<asp:ScriptManager runat="server">
<Scripts>
<asp:ScriptReference Name="jquery" />
</Scripts>
</asp:ScriptManager> |
And we have also made simple chart sample for your reference and attached in the below location.
Please let us know if you have any concern.
Regards,
Saravana Kumar K