I want to create a pie chart in confluence using python, but I am not able to find any docs regarding this in Atlassian can anyone help me on this.
I have gone through Atlassian confluence code, but I didn't get any info.
Hi @Nachikethas E ,
There is no direct way to access Confluence macros from Python. You can only access some macro data through the API.
However creating a chart would require a "chart macro", which you could create using an Atlassian SDK like Connect of Forge.
As a recommendation, first I'd look into existing macros, and see if one of them suits your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.