-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Excessive Printing to Console #417
Comments
It's actually there from the first version... But I don't see the problem. It notifies you that something is wrong there. I think maybe a |
Ya for normal imperative use that is fine but I have created a
|
shall we disable the printing for release mode? |
Using |
alright, main concern is too much print will cause performance drop |
This is not Android lol ;-) |
seems we should check the y values. There is a case in #577, x values empty, bar data entries empty, and combined chart continues drawing and crash. |
…artsOrg#577 We need to check if yValCount is 0, to prevent drawing This reverts commit 062a61b.
I don't know if this is a recent change or what but this line causes a print if the array for y values is empty.
This seems excessive. If the developer when through the trouble of setting a
ChartData
then they should be aware of what data it holds.Thoughts?
The text was updated successfully, but these errors were encountered: