Exactly as this question, I want to embed this particular example on my blog.
I tried using <iframe>
but bl.ocks.org
isn't supporting it anymore. I tried with <iframe>
using rawgit
but this too didn't work. I tried using the method given here and it works! but for my example it doesn't.
I have inspected both of these sites (this one) and (this too), and found out that in my case the d3 script
isn't appending any svg
element in my custom div
. ( Please look at this answer for the method I used )
Please suggest me how to proceed with this.