Embed Card

Include the following anywhere on your page

<div style="min-height: <%= data.chartType === 'callout' ? '170px' : '230px' %>">
  <script class="vizwit" type="application/json">
<%= JSON.stringify(data, null, 2) %>
  </script>
</div>
	
Include the following in your <head> tag

<script src="http://vizw.it/scripts/vizwit-embed.js"></script>