You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm here to help you with any bugs, questions, or contribution guidance you may need. Let's solve this together!
The issue you're encountering with the extraProps being undefined in the deck.gl heatmap tooltip generator might be related to differences in how data is processed or passed between the heatmap and scatterplot layers. Unfortunately, I couldn't find specific information about the extraProps property in the Superset repository.
However, you might want to check the following:
Data Structure: Ensure that the data structure used for the heatmap includes all necessary properties, including extraProps. Compare it with the data structure used in the scatterplot to identify any discrepancies.
Tooltip Function: Review the implementation of the tooltip generation function for the heatmap. The function setTooltipContent is responsible for generating the tooltip content. Ensure that it handles cases where certain properties might be undefined to prevent errors.
Configuration and Dependencies: Verify that all required dependencies and configurations for the deck.gl heatmap are correctly set up. This includes ensuring that the HeatmapLayer is properly configured with the necessary properties and data.
If the issue persists, consider checking for any recent changes in the Superset codebase that might affect the heatmap or tooltip generation. Additionally, reviewing the error messages in the developer console might provide more insights into the root cause of the problem.
Bug description
Javascript Tooltip Generator error in deck.gl heatmap in superset version 4.1.1, extraProps is undefined.
But it works fine in the deck.gl scatterplot.
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.11
Node version
I don't know
Browser
Chrome
Additional context
Checklist
The text was updated successfully, but these errors were encountered: