mistercrunch opened a new pull request #4262: [geo] JS function to receive the whole data array instead on individual objects URL: https://github.com/apache/incubator-superset/pull/4262 Moving from having the user define an interceptor function that operates on one object at a time to passing the whole array. By passing the entire array, it's possible to do multiple passes where needed. A common pattern might be to figure out a max value of a prop in order to define a scaler function. That's only possible if dealing with the whole array. No change management is necessary as this feature has not been officially released yet.
---------------------------------------------------------------- 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
