Riskatri opened a new issue, #20266:
URL: https://github.com/apache/superset/issues/20266

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Go to maps deck.gl screen grid 
   2. Write code javascript in javacript tooltips generator  
   Example :
   Function getData(d) {
    d.object.extraProps[0].data.map(i, x => console.log(x)) }
   4. Run code
   5. See errror : data.map is not a function.
   When log data d in function, i cannot see the data object
       
   How to use javascript tooltips generator for get data from my field ?
   
   ### Environment
   
   Superset version 1.5.0
   


-- 
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]

Reply via email to