Jump to content

Chart Generator


Recommended Posts

Hey everyone - thanks in advance for any suggestions or recommendations.

We are looking for a tool outside of FusionPro to create 3D pie charts. We're looking for the whole nine yards here - exploded wedges, connected labels, etc. We would like to save as PNG for transparency.

Does anyone know of such a product or solution?

Thanks,

Guy

Link to comment
Share on other sites

You can use any API that can be invoked via a URL in FusionPro, by passing the URL to CreateResource(), like so:
 

return CreateResource("https://quickchart.io/chart?c={type:'bar',data:{labels:['Q1','Q2','Q3','Q4'], datasets:[{label:'Users',data:[50,60,70,180]},{label:'Revenue',data:[100,200,300,400]}]}}");

You might also want to check out Google Charts: https://developers.google.com/chart

Please be aware that most online APIs require a paid license.
 

Also, we have improvements to FusionPro's chart generation on our roadmap.  Please feel free to offer specific suggestions for enhancements or fixes!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...