Personalization Of Superset Mapbox Tooltips
According to superset pull request it's possible to personalize the tooltip for geographic data using some JavaScript. I've tried many things to get my point data to the tooltip,
Solution 1:
d => `test: ${d.object.extraProps.occupancy}`
works for me
Post a Comment for "Personalization Of Superset Mapbox Tooltips"