How to develop a Forge dashboard widget using 3rd party Chart library, e.g. chart.js?

Hi,

Anyone kindly share how you used 3rd party chart library to develop a Forge dashboard widget?
For example, users configure the project the app will run against and then the Pie chart will display the number of issues in different assingees.

hi @YY1 , you can use Custom UI to build a widget that uses third party libraries. Your widget can communicate with the product(eg. Jira or Confluence) through the @forge/bridge and Atlassian REST APIs.