Inquiry about Implementing Charts (Recharts Library) in Bitbucket Forge Apps

Hello Atlassian Community,

I hope this message finds you well. I am currently working on a Bitbucket Forge app and I am exploring the possibility of integrating charting functionality, specifically using the recharts library, within modules like bitbucket:repoMainMenuPage, bitbucket:repoCodeOverviewAction, or the bitbucket:repoCodeOverviewCard module.

I have encountered challenges related to the rendering context and compatibility with @forge/ui. Before I proceed further, I wanted to reach out to the community to inquire if anyone has successfully implemented charts or if there are recommended practices for integrating charting libraries in Bitbucket Forge apps.

If you have any insights, tips, or recommendations regarding the integration of charting libraries in Bitbucket Forge apps, I would greatly appreciate your guidance.

Thank you in advance for your assistance!

Best regards,

Hi,

If you’re using UI Kit (@forge/ui) then you’re restricted to the components provided by UI Kit.

If you use Custom UI instead then you should be able to use recharts no problem.

Adam

2 Likes

Okey, Thank you for your help!