-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript Tooltip Generator error in deck.gl heatmap in superset version 4.1.1, extraProps is undefined. #32254
Comments
Hi @lgz192, 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 However, you might want to check the following:
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. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other | Bug Report |
d=> {
console.log('d',d)
return `
<div><strong>Area:</strong>${ d.object.extraProps.area3_name}</div>
`} This is the tooltips function I wrote. |
I made a deep dive into the Compared to At least, this is what my investigation leads to. |
+1 with deck.gl Grid |
YES. deck.gl scatterplot. OK! deck.gl heatmap not OK! The same JS : |
YES deck.gl Grid also not OK |
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: