Skip to content

christabor-archive/jquery.quadgram

Repository files navigation

Generate quadgram diagrams with ease.

Demo

View demo

Usage

  1. Include jQuery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  1. Include plugin's code:
<script src="dist/jquery.quadgram.min.js"></script>
  1. Call the plugin:
$('#table').jq_quadgram({
  values: [1, 2, 3, 4]
});

See demo page for more information.

Team

jquery.quadgram was created by Chris Tabor, with help from these contributors.