Installation instructions

To install jStat simply download the latest version and extract it into your application's JavaScript directory. Then include the JavaScript file in your HTML:

<script type="text/javascript" src="/js/jstat-1.0.0.min.js"></script>

If you require the use of the jStat plotting functionality you will have to include all the relevant dependencies too:

<script type="text/javascript" src="/js/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.9.min.js"></script>
<script type="text/javascript" src="/js/jquery.flot.min.js"></script>
<script type="text/javascript" src="/js/jstat-1.0.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/jquery.aristo.css" />

You can choose to either download the jStat bundle, or manage the dependencies manually. See the download page for more information about the dependencies of jStat.

API documentation

The jStat API documentation is still being compiled.