score:0

You need to define dates instead of categories.

Example: - http://jsfiddle.net/ysxo739h/

<table id="datatable">
<thead>
    <tr>
        <th></th>
        <th>Jane</th>
        <th>John</th>
    </tr>
</thead>
<tbody>
    <tr>
        <th>2006-01-01</th>
        <td>3</td>
        <td>4</td>
    </tr>
    <tr>
        <th>2006-01-02</th>
        <td>5</td>
        <td>6</td>
    </tr>
</tbody>


Related Query

More Query from same tag