john-bodley opened a new pull request #5237: [bubble-chart] Fixing issue w/ metric names URL: https://github.com/apache/incubator-superset/pull/5237 The bubble chart doesn't correctly handle ad-hoc metrics, i.e., `self.x_metric` etc. could be a dictionary representing the serialized ad-hoc metric state, and thus when getting the data from the resulting Pandas dataframe one needs to use the correct name which is achieved via the `utils.get_metric_name(...)` utility method. to: @GabeLoins @michellethomas @mistercrunch
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
