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
3.9和3.10都有这个问题。
默认PieChart,Legend 的 LabelStyle Formatter 使用 {b} | {d}% | {c},其他设置保持默认 使用下面语句赋值
private void Start() { chart.UpdateData(0, 0, 1); chart.UpdateData(0, 1, 1); chart.UpdateData(0, 2, 1); }
{d}百分比数值错误,但是在Inspector修改SerieData,就不会出现这个问题。
通过检查,禁用Serie的Animation下的对应选项,即可避免错误。Change=>UpdateData,Addition=>AddData
The text was updated successfully, but these errors were encountered:
修复Legend的formatter在设置{d}通配符时显示可能不匹配的问题 (#304)
Legend
formatter
{d}
b4cb622
f21e9c6
No branches or pull requests
3.9和3.10都有这个问题。
默认PieChart,Legend 的 LabelStyle Formatter 使用 {b} | {d}% | {c},其他设置保持默认
使用下面语句赋值
{d}百分比数值错误,但是在Inspector修改SerieData,就不会出现这个问题。
通过检查,禁用Serie的Animation下的对应选项,即可避免错误。Change=>UpdateData,Addition=>AddData
The text was updated successfully, but these errors were encountered: