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/18 06:34:26 UTC

[GitHub] [superset] igor-tk opened a new issue #13198: IFrame chart is lost in 1.0.1

igor-tk opened a new issue #13198:
URL: https://github.com/apache/superset/issues/13198


   IFrame chart is lost in 1.0.1. 
   We used this chart type to include parts of dashboards from different sources.
   Will IFrame chart come back? It would be very handy.
   


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


[GitHub] [superset] igor-tk closed issue #13198: IFrame chart is lost in 1.0.1

Posted by GitBox <gi...@apache.org>.
igor-tk closed issue #13198:
URL: https://github.com/apache/superset/issues/13198


   


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


[GitHub] [superset] villebro commented on issue #13198: IFrame chart is lost in 1.0.1

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #13198:
URL: https://github.com/apache/superset/issues/13198#issuecomment-781156313


   @igor-tk the IFrame chart has been replaced with a native dashboard component "Markdown". See the screenshot for details:
   ![image](https://user-images.githubusercontent.com/33317356/108327411-0f61b880-71d4-11eb-9887-5eeeb3259148.png)
   


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


[GitHub] [superset] junlincc commented on issue #13198: IFrame chart is lost in 1.0.1

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #13198:
URL: https://github.com/apache/superset/issues/13198#issuecomment-781675823


   @igor-tk Markdown is not one of the chart types, you can add it from Dashboard -> Edit view -> Components tab. 🙂 


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


[GitHub] [superset] igor-tk commented on issue #13198: IFrame chart is lost in 1.0.1

Posted by GitBox <gi...@apache.org>.
igor-tk commented on issue #13198:
URL: https://github.com/apache/superset/issues/13198#issuecomment-781558530


   It's strange but I can't find "Markdown" chart when I try to create new one.


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


[GitHub] [superset] igor-tk commented on issue #13198: IFrame chart is lost in 1.0.1

Posted by GitBox <gi...@apache.org>.
igor-tk commented on issue #13198:
URL: https://github.com/apache/superset/issues/13198#issuecomment-781824204


   Thanks! Works like a charm. 🙂 
   There is my solution:
   ``` html
   <iframe src="https://somepath/" width="100%" height="99%"></iframe>
   ```  


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