简体   繁体   中英

Interactive charts presentation in Google Slides

I'm looking for a way to have interactive charts built with D3.js or DC.js in Google Slides. Is there a way to develop interactive charts into a slide and having interactive support when doing a presentation?

Farther question: Is it possible to stream data and update the presentations chart automatically?

No, it is not currently possible.

If a presentation tool supports embedding an iFrame, you can develop interactive charts in observable and export them as an iFrame . Embedded charts are interactive and update if the data source change (even in real time, if you code this functionality on the chart). Note that using an iFrame requires inte.net connection to fetch the chart from the observable servers.

Unfortunately Google Slides do not support iFrame .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM