Create a chart in SharePoint and Office 365 from SharePoint list using Jquery

Since SharePoint discontinued it’s chart part from SharePoint 2013, it’s been a difficult task to create charts in SharePoint. You can still write a server side program using the class Microsoft.Office.Server.WebControls.ChartWebPart and include it in your web part. However if you don’t have server side access then it’s a dead end, not always. In this article we […]