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
I noticed in testing today that getValue(0) returns a null with an empty dataset. I would expect an IndexOutOfBoundsException to be thrown since null is a valid value in the PieDataset. Is this a bug or intended behavior?
Thanks!
The text was updated successfully, but these errors were encountered:
I noticed in testing today that getValue(0) returns a null with an empty dataset. I would expect an IndexOutOfBoundsException to be thrown since null is a valid value in the PieDataset. Is this a bug or intended behavior?
Thanks!
The text was updated successfully, but these errors were encountered: