Add summary and activity screens, remove private datasets from counts
[ckanext-dga-stats.git] / ckanext / dga_stats / public / ckanext / stats / test / fixtures / table.html
blob:a/ckanext/dga_stats/public/ckanext/stats/test/fixtures/table.html -> blob:b/ckanext/dga_stats/public/ckanext/stats/test/fixtures/table.html
--- a/ckanext/dga_stats/public/ckanext/stats/test/fixtures/table.html
+++ b/ckanext/dga_stats/public/ckanext/stats/test/fixtures/table.html
@@ -1,1 +1,31 @@
+<table data-module="plot">
+  <thead>
+    <tr>
+      <th>X Axis</th>
+      <th>Series A Legend</th>
+      <th>Series B Legend</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <!-- This is the x value for each series -->
+      <th data-type="date" data-value="1176073200">Apr 09, 2007</th>
+      <!-- This is the y value for series a -->
+      <td>20</td>
+      <!-- This is the y value for series b -->
+      <td>7</td>
+    </tr>
+    <tr>
+      <th data-type="date" data-value="1176678000">Apr 16, 2007</th>
+      <td>12</td>
+      <td>6</td>
+    </tr>
+    <tr>
+      <th data-type="date" data-value="1177282800">Apr 23, 2007</th>
+      <td>27</td>
+      <td>12</td>
+    </tr>
+  </tbody>
+</table>
 
+