please run the test code from JDK-8164646, having
double A = -2., B = 2.; // => nok.png
or
double A = -1., B = 2.;
or
double A = -1., B = -2.; // empty chart
etc.
If the negative data are prohibited, then
1. an appropriate exception should probably be thrown
2. it should be documented
double A = -2., B = 2.; // => nok.png
or
double A = -1., B = 2.;
or
double A = -1., B = -2.; // empty chart
etc.
If the negative data are prohibited, then
1. an appropriate exception should probably be thrown
2. it should be documented
- relates to
-
JDK-8164646 PieChart is not rendered when the data are near infinity or zero
-
- Open
-