We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Error in Chart

Hi,
 
  Attached error occurred in while project build.

Attachment: _error_1a3548cd.rar

3 Replies

SK Saravana Kumar Kanagavel Syncfusion Team June 24, 2016 08:29 AM UTC

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 



SA satheyaraaj replied to Saravana Kumar Kanagavel June 24, 2016 09:57 AM UTC

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 


Thanks for your support. Now its working


SK Saravana Kumar Kanagavel Syncfusion Team June 27, 2016 04:53 AM UTC

Hi Satheyaraaj, 
 
Thanks for your update. 

Please let us know if you need any other assistance on this. 
 
Regards, 
Saravana Kumar K 


Loader.
Live Chat Icon For mobile
Up arrow icon