We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you want to draw a pie chart, you have the option to display absolute or percentage values on the chart.
$Format['WriteValues']
PIE_VALUE_NATURAL
PIE_VALUE_PERCENTAGE
I'd like to add an option to display both absolute and percentage values on the chart. I propose to display this as follows:
4 (20%)
I propose to set $Format['WriteValues'] to PIE_VALUE_BOTH when you want both absolute and percentage values to be displayed.
PIE_VALUE_BOTH
I will create a pull request shortly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you want to draw a pie chart, you have the option to display absolute or percentage values on the chart.
$Format['WriteValues']
toPIE_VALUE_NATURAL
;$Format['WriteValues']
toPIE_VALUE_PERCENTAGE
;I'd like to add an option to display both absolute and percentage values on the chart. I propose to display this as follows:
I propose to set
$Format['WriteValues']
toPIE_VALUE_BOTH
when you want both absolute and percentage values to be displayed.I will create a pull request shortly.
The text was updated successfully, but these errors were encountered: