You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a pie chart has a couple of slices and the value of one slice is orders of magnitudes larger than the other slice to the point that there would be no room to draw the smallest slice (ex. 5 million times larger), the larger slice disappears.
To Reproduce
This can be reproduced in the demo project from this repository.
edit src/app/data.ts and change the single const to:
Describe the bug
When a pie chart has a couple of slices and the value of one slice is orders of magnitudes larger than the other slice to the point that there would be no room to draw the smallest slice (ex. 5 million times larger), the larger slice disappears.
To Reproduce
This can be reproduced in the demo project from this repository.
npm start
, launch a browser to http://localhost:4200/ and switch to the pie chart demo.Expected behavior
The pie chart slice remains visible
Screenshots
ngx-charts version
Specify the version of ngx-charts where this bug is present
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: