Hello,
I have a pie chart with different values. However, I want to display the sum of all the values inside the pie chart. Is there a way to format the pie chart in that extent?
Thank you.
I am not sure how your internal implementation is but you have to add two series to achieve this.
Please take a Look at this sample. http://jsfiddle.net/gaw50q87/
This below code has two series one with 100% size and the Second with 50% size aligned to the 50% from left and 50% from top
aheristchi wrote:
Outsystems uses Highcharts to generate charts.
You can use Highcharts JSON to customize charts to your needs.
Take a look at these links:
https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/Charts_API
http://api.highcharts.com/highcharts
Regards,
Nordin