suraj-mandal commented on PR #33230: URL: https://github.com/apache/superset/pull/33230#issuecomment-3075146985
Consider the values [21, 21.8]. Without converting them to float, the code was considering both these values as same and thereby both of them were getting same values, which is not correct. So if there was an entry corresponding to 21 and an entry corresponding to 21.8, then the value corresponding to 21.8 was being shown by the value corresponding to 21. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
