Hi I’m wondering if Ghost editor supports embedding data visualisation made using D3.js?
If so, how should I go around doing that?
Would love to use Ghost to show graphs and charts! Thanks!
Hi I’m wondering if Ghost editor supports embedding data visualisation made using D3.js?
If so, how should I go around doing that?
Would love to use Ghost to show graphs and charts! Thanks!
Hi! The most straightforward option would be to upload the visualisation as a single page outside of Ghost and then use the embed option to embed it like a regular iframe
.
The other option would be to add the JavaScript necessary to render D3.js visualisations on the page, which will require customising your theme