hainenber commented on issue #32254: URL: https://github.com/apache/superset/issues/32254#issuecomment-2684529201
I made a deep dive into the `deck.gl` rabbit hole. It appears that due to the [aggregation nature of `Heatmap` chart type](https://github.com/visgl/deck.gl/blob/c4ef9122142ce88b7d7b23566042e3c2a536a443/modules/aggregation-layers/src/heatmap-layer/heatmap-layer.ts#L170), the granular data for each layer such as referred `object.extraProps` got dropped. In fact, there's no `object` as well. Compared to `Layer` of [Scatterplot](https://github.com/visgl/deck.gl/blob/c4ef9122142ce88b7d7b23566042e3c2a536a443/modules/layers/src/scatterplot-layer/scatterplot-layer.ts#L162). At least, this is what my investigation leads to. -- 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]
