You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/02 11:27:42 UTC

[GitHub] [superset] lanyusea commented on issue #8524: Ability to display images/pdfs in the dashboard

lanyusea commented on issue #8524:
URL: https://github.com/apache/superset/issues/8524#issuecomment-771569958


   @suddjian 
   I'm trying to get this work with onmouseover/onmouseout
   
   ```
   SELECT
   '<img src="https://media.giphy.com/media/lcySndwSDLxC4eOU86/giphy.gif" onmouseover="this.src='ttps://media.giphy.com/media/lcySndwSDLxC4eOU86/giphy_new.gif' alt="panda" />' as img
   ```
   
   the resulting sample is correct, but when exploring there is only the 'img' part of code, the 'onmouseover' got disappeared when I check from the developer console.
   
   any idea how to add this feature? 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org