[BUG]: Formatting of Doughnut chart labels does not honor formatting settings #331
Labels
🐛 bug
Something isn't working
🕚 status: awaiting-development
This issue is waiting for development to start
SDK Version
1.7.1
Client Framework
React
Server Platform
Node.js
Operating System
Mac
Description
When the formatting settings of a field on the Doughnut chart is set to use fraction digits = 0, the percentage display of the labels is still showing fractional values (like 4.5% and 19.8% below).
It appears that it applies formatting to the center label but the percent fraction digits don't appear to apply on those labels.
Should the formatting settings apply only to the center label or also the percentage displays on the labels for each slice of the Doughnut chart? If the settings should only apply to the center label, can another option by added to the Doughnut chart (and related ones like Pie chart) that allows formatting of the percentages displayed for each slice?
The text was updated successfully, but these errors were encountered: