Skip to content

Instantly share code, notes, and snippets.

@alykat
Created May 27, 2014 22:16
Embed
What would you like to do?
Blog Post: dailygraphics pym embed
<div id="responsive-embed-my-new-graphic">
</div>
<script src="http://apps.npr.org/dailygraphics/graphics/my-new-graphic/js/lib/pym.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
var pymParent = new pym.Parent(
'responsive-embed-my-new-graphic',
'http://apps.npr.org/dailygraphics/graphics/my-new-graphic/child.html',
{}
);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment