RE: How can we create a Pie Chart or Bar Chart using Portlet
How can we create a Pie chart or Bar chart in-home dashboard using Portlet script.
Create an HTML page that contains the container for the charts and reference to Google Charts and save it in the file cabinet and then reference the file id and use getContents function to use it in the portlet using params.portlet.html = htmlContent where htmlContent = fileObj.getContents();