Skip to content
New issue

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

图表 pie 控件,当 [hasLegend]="false" 时,百分比没有被正确格式化 #288

Closed
dusdong opened this issue Feb 10, 2018 · 0 comments

Comments

@dusdong
Copy link
Contributor

dusdong commented Feb 10, 2018

Bug Report or Feature Request (mark with an x)


[x] Bug report -> please search issues before submitting
[ ] Feature request
[ ] Documentation issue or request

Reproduction link

image

Steps to reproduce

<pie
      [hasLegend]="false"
      subTitle="销售额"
      [height]="248"
      [lineWidth]="4"
      [total]="salesTotal"
      [data]="salesPieData"
      [valueFormat]="handlePieValueFormat">
</pie>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants