Version
5.3.0
Link to Minimal Reproduction
test/pie.html
Steps to Reproduce
- Open the test case
pie.html
- Unselect all the legends
- Watch if the final rendered chart is a circle
Current Behavior
Got a tiny sector that looks like a line

Expected Behavior
Got a circle

Environment
- OS: Any
- Browser: Any
- Framework: No
Any additional comments?
Arguments of this broken sector:
- startAngle: -1.5707963267948966
- endAngle: 4.712388980384691
The calculated arc is 6.283185307179587, which is slightly bigger than 2π... so that it can't be rendered as a circle.
Version
5.3.0
Link to Minimal Reproduction
test/pie.html
Steps to Reproduce
pie.htmlCurrent Behavior
Got a tiny sector that looks like a line
Expected Behavior
Got a circle
Environment
Any additional comments?
Arguments of this broken sector:
The calculated arc is
6.283185307179587, which is slightly bigger than2π... so that it can't be rendered as a circle.