betodealmeida commented on PR #33559: URL: https://github.com/apache/superset/pull/33559#issuecomment-2903074605
> Would "scaling values" make more sense? No, because (with the new approach) the values are not being scaled. It's literally just showing big numbers big, and small numbers small. Scaling values would be if we normalized the values to somehow show a small number as big as a big number on a different metric (the price of coffee vs. price of house example I gave). If the user wants that they can customize the chart and manually add the maximum value for each metric. It has to be manual because there's no information on how to do that; the query simply returns a single value for each metric, there's no indication on their normal range. I don't think we want an option at all. The new behavior should be the default: if you choose multiple metrics they need to be compared to each other because there's nothing else to compare them too. You can scale them or normalize them, because each one is just a single number. You can only show their relative sizes to each other, unless the user has more context and changes the range manually. -- 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]
