postrest 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/app.rb +1 -1
- data/public/index.htm +116 -0
- data/public/node_modules/pivottable/CONTRIBUTING.md +19 -0
- data/public/node_modules/pivottable/LICENSE.md +9 -0
- data/public/node_modules/pivottable/ReadMe.md +155 -0
- data/public/node_modules/pivottable/bower.json +31 -0
- data/public/node_modules/pivottable/c3_renderers.coffee +155 -0
- data/public/node_modules/pivottable/d3_renderers.coffee +73 -0
- data/public/node_modules/pivottable/dist/c3_renderers.js +256 -0
- data/public/node_modules/pivottable/dist/c3_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/c3_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/c3_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/d3_renderers.js +105 -0
- data/public/node_modules/pivottable/dist/d3_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/d3_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/d3_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/export_renderers.js +80 -0
- data/public/node_modules/pivottable/dist/export_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/export_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/export_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.js +183 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.css +97 -0
- data/public/node_modules/pivottable/dist/pivot.es.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.es.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.es.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.es.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.fr.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.fr.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.fr.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.fr.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.js +1511 -0
- data/public/node_modules/pivottable/dist/pivot.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.min.css +1 -0
- data/public/node_modules/pivottable/dist/pivot.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.nl.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.nl.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.nl.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.nl.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.pt.js +104 -0
- data/public/node_modules/pivottable/dist/pivot.pt.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.pt.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.pt.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.ru.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.ru.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.ru.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.ru.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.tr.js +104 -0
- data/public/node_modules/pivottable/dist/pivot.tr.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.tr.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.tr.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/tips_data.min.js +247 -0
- data/public/node_modules/pivottable/examples/c3.html +61 -0
- data/public/node_modules/pivottable/examples/d3.html +49 -0
- data/public/node_modules/pivottable/examples/fully_loaded.html +80 -0
- data/public/node_modules/pivottable/examples/gchart.html +53 -0
- data/public/node_modules/pivottable/examples/gh-fork-ribbon.css +140 -0
- data/public/node_modules/pivottable/examples/gh-fork-ribbon.ie.css +78 -0
- data/public/node_modules/pivottable/examples/index.html +85 -0
- data/public/node_modules/pivottable/examples/local.html +74 -0
- data/public/node_modules/pivottable/examples/montreal_2014.csv +366 -0
- data/public/node_modules/pivottable/examples/montreal_2014.html +106 -0
- data/public/node_modules/pivottable/examples/mps.csv +309 -0
- data/public/node_modules/pivottable/examples/mps.html +45 -0
- data/public/node_modules/pivottable/examples/mps.json +1 -0
- data/public/node_modules/pivottable/examples/mps_agg.html +44 -0
- data/public/node_modules/pivottable/examples/mps_csv.html +42 -0
- data/public/node_modules/pivottable/examples/mps_export.html +44 -0
- data/public/node_modules/pivottable/examples/mps_fr.html +40 -0
- data/public/node_modules/pivottable/examples/mps_prepop.html +42 -0
- data/public/node_modules/pivottable/examples/onrefresh.html +52 -0
- data/public/node_modules/pivottable/examples/rcsvs.html +87 -0
- data/public/node_modules/pivottable/examples/scatter.html +53 -0
- data/public/node_modules/pivottable/examples/show_code.js +17 -0
- data/public/node_modules/pivottable/examples/simple.html +41 -0
- data/public/node_modules/pivottable/examples/simple_agg.html +51 -0
- data/public/node_modules/pivottable/examples/simple_function.html +57 -0
- data/public/node_modules/pivottable/examples/simple_ui.html +42 -0
- data/public/node_modules/pivottable/examples/simple_ui_from_table.html +60 -0
- data/public/node_modules/pivottable/export_renderers.coffee +57 -0
- data/public/node_modules/pivottable/gchart_renderers.coffee +111 -0
- data/public/node_modules/pivottable/gulpFile.js +95 -0
- data/public/node_modules/pivottable/images/animation.gif +0 -0
- data/public/node_modules/pivottable/images/filters.png +0 -0
- data/public/node_modules/pivottable/images/gender_age_bins.png +0 -0
- data/public/node_modules/pivottable/images/gender_imbalance.png +0 -0
- data/public/node_modules/pivottable/images/gender_imbalance_instructions.png +0 -0
- data/public/node_modules/pivottable/images/initial_state.png +0 -0
- data/public/node_modules/pivottable/images/province_x_party_heatmap.png +0 -0
- data/public/node_modules/pivottable/images/province_x_party_heatmap_instructions.png +0 -0
- data/public/node_modules/pivottable/images/simple.png +0 -0
- data/public/node_modules/pivottable/images/simple_ui.png +0 -0
- data/public/node_modules/pivottable/images/whats_what.png +0 -0
- data/public/node_modules/pivottable/index.html +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/AUTHORS.txt +278 -0
- data/public/node_modules/pivottable/node_modules/jquery/LICENSE.txt +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/README.md +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/bower.json +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.js +9842 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.js +4 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.js +7877 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.js +4 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/package.json +122 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/LICENSE.txt +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.js +2143 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax.js +845 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/jsonp.js +100 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/load.js +83 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseJSON.js +13 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseXML.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/script.js +68 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/location.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/xhr.js +167 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes.js +11 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/attr.js +142 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/classes.js +177 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/prop.js +125 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/support.js +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/val.js +177 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/callbacks.js +232 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core.js +494 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/DOMEval.js +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/access.js +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/init.js +134 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/parseHTML.js +41 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/ready.js +103 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/support.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css.js +515 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/addGetHookIf.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/adjustCSS.js +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/curCSS.js +60 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/defaultDisplay.js +72 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/showHide.js +48 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/support.js +121 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/getStyles.js +15 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/isHidden.js +16 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/swap.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data.js +187 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/Data.js +200 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/accepts.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/support.js +23 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/acceptData.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataPriv.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataUser.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deferred.js +158 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deferred/exceptionHook.js +19 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deprecated.js +32 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/dimensions.js +54 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects.js +629 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/Tween.js +121 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/support.js +58 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event.js +710 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/ajax.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/alias.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/focusin.js +53 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/support.js +9 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/trigger.js +199 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/exports/amd.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/exports/global.js +26 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/intro.js +44 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/jquery.js +37 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation.js +481 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/getAll.js +21 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/support.js +33 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/offset.js +218 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/outro.js +2 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/queue.js +143 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/queue/delay.js +22 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector-native.js +211 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector.js +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/serialize.js +125 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/support.js +63 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing.js +175 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/dir.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/siblings.js +15 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/arr.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/class2type.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/concat.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/document.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/documentElement.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/indexOf.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/pnum.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/push.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/rcssNum.js +7 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/slice.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/support.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/toString.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/wrap.js +79 -0
- data/public/node_modules/pivottable/package.json +70 -0
- data/public/node_modules/pivottable/pivot.coffee +957 -0
- data/public/node_modules/pivottable/pivot.es.coffee +57 -0
- data/public/node_modules/pivottable/pivot.fr.coffee +57 -0
- data/public/node_modules/pivottable/pivot.nl.coffee +55 -0
- data/public/node_modules/pivottable/pivot.pt.coffee +80 -0
- data/public/node_modules/pivottable/pivot.ru.coffee +56 -0
- data/public/node_modules/pivottable/pivot.tr.coffee +80 -0
- data/public/node_modules/pivottable/pivottable.jquery.json +33 -0
- data/public/node_modules/pivottable/tests/boot.js +152 -0
- data/public/node_modules/pivottable/tests/index.html +35 -0
- data/public/node_modules/pivottable/tests/pivot_spec.coffee +458 -0
- data/public/vendor.js +5 -0
- metadata +232 -1
@@ -0,0 +1,85 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>PivotTable.js</title>
|
5
|
+
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-46914903-1', 'kruchten.com'); ga('send', 'pageview');</script>
|
6
|
+
<!-- START COPYING HERE -->
|
7
|
+
<link rel="stylesheet" href="gh-fork-ribbon.css">
|
8
|
+
<!--[if lt IE 9]>
|
9
|
+
<link rel="stylesheet" href="gh-fork-ribbon.ie.css">
|
10
|
+
<![endif]-->
|
11
|
+
<!-- END COPYING HERE -->
|
12
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
13
|
+
<style>
|
14
|
+
* {-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
|
15
|
+
body {font-family: "Open Sans"; font-size: 18px; }
|
16
|
+
@font-face {
|
17
|
+
font-family: 'Museo Slab 700';
|
18
|
+
src: url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.eot');
|
19
|
+
src: url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.eot?#iefix') format('embedded-opentype'),
|
20
|
+
url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.woff') format('woff'),
|
21
|
+
url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.ttf') format('truetype'),
|
22
|
+
url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.svg#MuseoSlab700Regular') format('svg');
|
23
|
+
font-weight: bold;
|
24
|
+
font-style: normal;
|
25
|
+
|
26
|
+
}
|
27
|
+
h1, h2, h3, h4 {font-family: "Museo Slab 700"; }
|
28
|
+
li a {text-decoration: none;}
|
29
|
+
</style>
|
30
|
+
</head>
|
31
|
+
<body style="margin: 10px;">
|
32
|
+
|
33
|
+
<div class="github-fork-ribbon-wrapper right">
|
34
|
+
<div class="github-fork-ribbon">
|
35
|
+
<a href="https://github.com/nicolaskruchten/pivottable">Clone me on GitHub</a>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
<div align="center">
|
39
|
+
<h2>PivotTable.js Examples</h2>
|
40
|
+
<p style="width: 600px; margin: 10px auto;"><a href="https://github.com/nicolaskruchten/pivottable">PivotTable.js</a> is an open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop functionality written by <a href="http://nicolas.kruchten.com/">Nicolas Kruchten</a> at <a href="http://datacratic.com/">Datacratic</a>.</p>
|
41
|
+
|
42
|
+
<p align="center">View-source on these examples to see what's going on under the hood!</p>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div style="max-width: 1200px; margin: 0 auto; ">
|
46
|
+
<img src="../images/animation.gif" style="float: left; width: 45%; min-width: 400px; max-width: 728px; margin: 20px; clear: both; ">
|
47
|
+
<div style="display: inline-block; width: 45%; min-width: 400px; max-width: 600px; ">
|
48
|
+
<h3 align="center">Fully Loaded Examples</h3>
|
49
|
+
<ul>
|
50
|
+
<li><a href="rcsvs.html">pivotUI() with the 700+ datasets that ship with R</a></li>
|
51
|
+
<li><a href="local.html">pivotUI() with local CSV input: bring your own dataset</a></li>
|
52
|
+
</ul>
|
53
|
+
<h3 align="center">Basic examples</h3>
|
54
|
+
<ul>
|
55
|
+
<li><a href="simple.html">pivot()</a></li>
|
56
|
+
<li><a href="simple_agg.html">pivot() with non-count aggregator</a></li>
|
57
|
+
<li><a href="simple_function.html">pivot() with function input</a></li>
|
58
|
+
<li><a href="scatter.html">pivot() with CSV input and chart output</a></li>
|
59
|
+
<li><a href="simple_ui.html">pivotUI() with "array of objects" input</a></li>
|
60
|
+
<li><a href="simple_ui_from_table.html">pivotUI() with table element input</a></li>
|
61
|
+
</ul>
|
62
|
+
|
63
|
+
<h3 align="center">Canadian Parliament 2012 Dataset <small>(<a href="mps.csv">CSV</a> or <a href="mps.json">JSON</a>)</small></h3>
|
64
|
+
<ul>
|
65
|
+
<li><a href="mps.html">pivotUI() with derived attributes</a></li>
|
66
|
+
<li><a href="mps_prepop.html">pivotUI() prepopulated</a></li>
|
67
|
+
<li><a href="mps_agg.html">pivotUI() with custom aggregators</a></li>
|
68
|
+
<li><a href="onrefresh.html">pivotUI() with configuration access on refresh</a></li>
|
69
|
+
<li><a href="mps_csv.html">pivotUI() loaded from CSV</a></li>
|
70
|
+
<li><a href="mps_fr.html">pivotUI() French UI localization</a></li>
|
71
|
+
<li><a href="c3.html">pivotUI() with C3 chart renderers</a></li>
|
72
|
+
<li><a href="d3.html">pivotUI() with D3 renderers</a></li>
|
73
|
+
<li><a href="mps_export.html">pivotUI() with export renderers</a></li>
|
74
|
+
<li><a href="gchart.html">pivotUI() with Google Charts renderers</a></li>
|
75
|
+
<li><a href="fully_loaded.html">pivotUI() mobile-enabled and with all renderers</a></li>
|
76
|
+
</ul>
|
77
|
+
<h3 align="center">Montreal Weather 2014 Dataset <small>(<a href="montreal_2014.csv">CSV</a>)</small></h3>
|
78
|
+
<ul>
|
79
|
+
<li><a href="montreal_2014.html">pivotUI() with date derivers and sort overriding</a></li>
|
80
|
+
</ul>
|
81
|
+
</div>
|
82
|
+
|
83
|
+
</div>
|
84
|
+
</body>
|
85
|
+
</html>
|
@@ -0,0 +1,74 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>Pivot Demo From Local CSV</title>
|
5
|
+
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-46914903-1', 'kruchten.com'); ga('send', 'pageview');</script>
|
6
|
+
<!-- external libs from cdnjs -->
|
7
|
+
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.css">
|
8
|
+
|
9
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
10
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
11
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
|
12
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
|
13
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/0.71/jquery.csv-0.71.min.js"></script>
|
14
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
|
15
|
+
|
16
|
+
<!-- PivotTable.js libs from ../dist -->
|
17
|
+
<link rel="stylesheet" type="text/css" href="../dist/pivot.css">
|
18
|
+
<script type="text/javascript" src="../dist/pivot.js"></script>
|
19
|
+
<script type="text/javascript" src="../dist/d3_renderers.js"></script>
|
20
|
+
<script type="text/javascript" src="../dist/c3_renderers.js"></script>
|
21
|
+
<script type="text/javascript" src="../dist/export_renderers.js"></script>
|
22
|
+
|
23
|
+
<style>
|
24
|
+
body {font-family: Verdana;}
|
25
|
+
.node {
|
26
|
+
border: solid 1px white;
|
27
|
+
font: 10px sans-serif;
|
28
|
+
line-height: 12px;
|
29
|
+
overflow: hidden;
|
30
|
+
position: absolute;
|
31
|
+
text-indent: 2px;
|
32
|
+
}
|
33
|
+
.c3-line, .c3-focused {stroke-width: 3px !important;}
|
34
|
+
.c3-bar {stroke: white !important; stroke-width: 1;}
|
35
|
+
.c3 text { font-size: 12px; color: grey;}
|
36
|
+
.tick line {stroke: white;}
|
37
|
+
.c3-axis path {stroke: grey;}
|
38
|
+
.c3-circle { opacity: 1 !important; }
|
39
|
+
</style>
|
40
|
+
</head>
|
41
|
+
<body>
|
42
|
+
<script type="text/javascript">
|
43
|
+
$(function(){
|
44
|
+
$("#csv").bind("change", function(event){
|
45
|
+
var reader = new FileReader();
|
46
|
+
reader.onload = function(theFile) {
|
47
|
+
try {
|
48
|
+
var input = $.csv.toArrays(theFile.target.result);
|
49
|
+
|
50
|
+
}
|
51
|
+
catch(e) {
|
52
|
+
alert("CSV Parse error.");
|
53
|
+
return;
|
54
|
+
}
|
55
|
+
|
56
|
+
var renderers = $.extend(
|
57
|
+
$.pivotUtilities.renderers,
|
58
|
+
$.pivotUtilities.c3_renderers,
|
59
|
+
$.pivotUtilities.d3_renderers,
|
60
|
+
$.pivotUtilities.export_renderers
|
61
|
+
);
|
62
|
+
|
63
|
+
$("#output").pivotUI( input, { renderers: renderers }, true);
|
64
|
+
};
|
65
|
+
reader.readAsText(event.target.files[0]);
|
66
|
+
});
|
67
|
+
});
|
68
|
+
</script>
|
69
|
+
<p><a href="index.html">« back to examples</a></p>
|
70
|
+
<p align="center">Select a CSV file: <input id="csv" type="file" /></p>
|
71
|
+
<div id="output" style="margin: 10px;"></div>
|
72
|
+
|
73
|
+
</body>
|
74
|
+
</html>
|
@@ -0,0 +1,366 @@
|
|
1
|
+
Date,Max Temp (C),Min Temp (C),Mean Temp (C),Total Rain (mm),Total Snow (cm)
|
2
|
+
2014-01-01,-16.5,-24.6,-20.6,0,0
|
3
|
+
2014-01-02,-22.6,-27.3,-25,0,1.4
|
4
|
+
2014-01-03,-19.2,-24.3,-21.8,0,0
|
5
|
+
2014-01-04,-8.6,-23.3,-16,0,0
|
6
|
+
2014-01-05,0.3,-12.6,-6.2,12.2,1.8
|
7
|
+
2014-01-06,7.1,-11.1,-2,14.3,0.4
|
8
|
+
2014-01-07,-11.1,-16.6,-13.9,0,0.2
|
9
|
+
2014-01-08,-8.7,-14.7,-11.7,0,0
|
10
|
+
2014-01-09,-7.8,-12.3,-10.1,0,0
|
11
|
+
2014-01-10,-4.5,-14.2,-9.4,0,0
|
12
|
+
2014-01-11,7.3,-6.4,0.5,6.2,0
|
13
|
+
2014-01-12,4.5,0.3,2.4,0,0
|
14
|
+
2014-01-13,5.1,-0.9,2.1,0,0
|
15
|
+
2014-01-14,4.2,-1.3,1.5,5.4,0
|
16
|
+
2014-01-15,1.9,-4.1,-1.1,0.2,0
|
17
|
+
2014-01-16,-0.5,-5.1,-2.8,0,0
|
18
|
+
2014-01-17,0.6,-5.2,-2.3,0,0.6
|
19
|
+
2014-01-18,2.4,-7,-2.3,0,0.2
|
20
|
+
2014-01-19,-2.2,-6.4,-4.3,0,1.4
|
21
|
+
2014-01-20,-6.4,-20.7,-13.6,0,1.6
|
22
|
+
2014-01-21,-19.1,-23.8,-21.5,0,0
|
23
|
+
2014-01-22,-17.6,-25.4,-21.5,0,0
|
24
|
+
2014-01-23,-17.5,-23.2,-20.4,0,0
|
25
|
+
2014-01-24,-9.7,-23.8,-16.8,0,0
|
26
|
+
2014-01-25,-5.3,-15.5,-10.4,0,2
|
27
|
+
2014-01-26,-13.8,-21.5,-17.7,0,0.4
|
28
|
+
2014-01-27,-6.4,-17.9,-12.2,0,5.6
|
29
|
+
2014-01-28,-10.8,-19.9,-15.4,0,0
|
30
|
+
2014-01-29,-9.6,-14.2,-11.9,0,0
|
31
|
+
2014-01-30,-4.4,-12.7,-8.6,0,0
|
32
|
+
2014-01-31,1.3,-7.1,-2.9,0,0
|
33
|
+
2014-02-01,-1.3,-10.9,-6.1,0,12
|
34
|
+
2014-02-02,-1.1,-7.9,-4.5,0,4.6
|
35
|
+
2014-02-03,-6.9,-15.3,-11.1,0,0
|
36
|
+
2014-02-04,-6.1,-16.8,-11.5,0,0
|
37
|
+
2014-02-05,-7.9,-15.6,-11.8,0,5.4
|
38
|
+
2014-02-06,-9.3,-20,-14.7,0,0.4
|
39
|
+
2014-02-07,-7.6,-12.9,-10.3,0,0
|
40
|
+
2014-02-08,-5.7,-12.3,-9,0,0
|
41
|
+
2014-02-09,-7.1,-12.5,-9.8,0,1.4
|
42
|
+
2014-02-10,-6.8,-16.1,-11.5,0,0.4
|
43
|
+
2014-02-11,-11.1,-19.6,-15.4,0,0
|
44
|
+
2014-02-12,-9.8,-23.1,-16.5,0,0
|
45
|
+
2014-02-13,-6.1,-18.4,-12.3,0,2
|
46
|
+
2014-02-14,-2.2,-6.1,-4.2,0,12.4
|
47
|
+
2014-02-15,-5.6,-11.8,-8.7,0,0
|
48
|
+
2014-02-16,-9.5,-15.8,-12.7,0,0
|
49
|
+
2014-02-17,-9.9,-17.4,-13.7,0,0
|
50
|
+
2014-02-18,-3.4,-15.6,-9.5,0,2.4
|
51
|
+
2014-02-19,1.5,-5.4,-2,0,0
|
52
|
+
2014-02-20,2.8,-4.9,-1.1,0,0
|
53
|
+
2014-02-21,4.2,-0.6,1.8,19.2,0
|
54
|
+
2014-02-22,6.1,-1.8,2.2,0,0
|
55
|
+
2014-02-23,1.7,-4.3,-1.3,0,0
|
56
|
+
2014-02-24,-4.3,-10.6,-7.5,0,0.2
|
57
|
+
2014-02-25,-9,-12.9,-11,0,0
|
58
|
+
2014-02-26,-9.7,-14.8,-12.3,0,1.6
|
59
|
+
2014-02-27,-6.9,-14.8,-10.9,0,0.4
|
60
|
+
2014-02-28,-12.1,-18.2,-15.2,0,0
|
61
|
+
2014-03-01,-3.4,-14.2,-8.8,0,2
|
62
|
+
2014-03-02,-5.5,-16.6,-11.1,0,0.6
|
63
|
+
2014-03-03,-13,-18.1,-15.6,0,0
|
64
|
+
2014-03-04,-11,-18.5,-14.8,0,1.4
|
65
|
+
2014-03-05,-9,-17.6,-13.3,0,0
|
66
|
+
2014-03-06,-6.9,-19.4,-13.2,0,0
|
67
|
+
2014-03-07,0.2,-17.8,-8.8,0,0
|
68
|
+
2014-03-08,3.3,-6.2,-1.5,0,0.8
|
69
|
+
2014-03-09,-3.8,-12.6,-8.2,0,3
|
70
|
+
2014-03-10,0.7,-5.4,-2.4,0,4
|
71
|
+
2014-03-11,5.2,0.2,2.7,0,0
|
72
|
+
2014-03-12,1.7,-11.9,-5.1,0,16.6
|
73
|
+
2014-03-13,-6.7,-15.6,-11.2,0,2.4
|
74
|
+
2014-03-14,2.1,-16.7,-7.3,0,0
|
75
|
+
2014-03-15,4.6,-8.4,-1.9,0.2,0.2
|
76
|
+
2014-03-16,-8.4,-14.1,-11.3,0,0
|
77
|
+
2014-03-17,-6.8,-16.8,-11.8,0,0
|
78
|
+
2014-03-18,-2.1,-13.8,-8,0,0
|
79
|
+
2014-03-19,3.2,-9,-2.9,1.4,0.4
|
80
|
+
2014-03-20,2.9,-0.3,1.3,2.4,0.2
|
81
|
+
2014-03-21,2.5,-3,-0.3,0,0.2
|
82
|
+
2014-03-22,0.6,-3.8,-1.6,0,9.6
|
83
|
+
2014-03-23,0,-13.6,-6.8,0,0
|
84
|
+
2014-03-24,-4.7,-16.5,-10.6,0,0
|
85
|
+
2014-03-25,-0.6,-11.7,-6.2,0,0
|
86
|
+
2014-03-26,-2.4,-10.4,-6.4,0,0
|
87
|
+
2014-03-27,-1.6,-13.1,-7.4,0,0.2
|
88
|
+
2014-03-28,4.1,-2.7,0.7,9.2,4.2
|
89
|
+
2014-03-29,3.2,0.5,1.9,0,0
|
90
|
+
2014-03-30,0.5,-1.4,-0.5,0,15.2
|
91
|
+
2014-03-31,6.2,-1.8,2.2,0,0
|
92
|
+
2014-04-01,5,-3.5,0.8,0,0
|
93
|
+
2014-04-02,5,1.2,3.1,0,0
|
94
|
+
2014-04-03,2.9,-2.2,0.4,0,0
|
95
|
+
2014-04-04,7,-3.4,1.8,16.8,0
|
96
|
+
2014-04-05,4.7,0.4,2.6,1.2,0
|
97
|
+
2014-04-06,7.1,-1.2,3,0,0
|
98
|
+
2014-04-07,13,-0.1,6.5,6.4,0
|
99
|
+
2014-04-08,5.2,2.6,3.9,22.6,0
|
100
|
+
2014-04-09,4.8,-0.9,2,0,0
|
101
|
+
2014-04-10,16.2,-1.6,7.3,4,0
|
102
|
+
2014-04-11,11.8,2.9,7.4,0,0
|
103
|
+
2014-04-12,14.3,1.5,7.9,0,0
|
104
|
+
2014-04-13,11.7,2.6,7.2,8.2,0
|
105
|
+
2014-04-14,24.5,2.2,13.4,9,0
|
106
|
+
2014-04-15,16.2,-5.1,5.6,8.6,0.4
|
107
|
+
2014-04-16,0.6,-7.3,-3.4,0,0
|
108
|
+
2014-04-17,7.7,-2.9,2.4,0,0
|
109
|
+
2014-04-18,10.8,1.7,6.3,0,0
|
110
|
+
2014-04-19,10.6,0.9,5.8,0.4,0
|
111
|
+
2014-04-20,14.1,-2.6,5.8,0,0
|
112
|
+
2014-04-21,19.2,7.4,13.3,1.2,0
|
113
|
+
2014-04-22,12.7,7,9.9,10.4,0
|
114
|
+
2014-04-23,11.8,3.6,7.7,0,0
|
115
|
+
2014-04-24,13.2,1.4,7.3,0,0
|
116
|
+
2014-04-25,11.9,-0.3,5.8,0,0
|
117
|
+
2014-04-26,8.4,2.8,5.6,11.4,0
|
118
|
+
2014-04-27,10.4,2.3,6.4,2,0
|
119
|
+
2014-04-28,12.3,1.8,7.1,0,0
|
120
|
+
2014-04-29,16.5,5.7,11.1,2.8,0
|
121
|
+
2014-04-30,10.6,5.1,7.9,30.8,0
|
122
|
+
2014-05-01,16.1,6.1,11.1,8.2,0
|
123
|
+
2014-05-02,13,8.1,10.6,0.6,0
|
124
|
+
2014-05-03,16.3,7.9,12.1,0.8,0
|
125
|
+
2014-05-04,12,7.3,9.7,19.4,0
|
126
|
+
2014-05-05,13.4,6.3,9.9,0,0
|
127
|
+
2014-05-06,15,4.2,9.6,0,0
|
128
|
+
2014-05-07,15.8,3.2,9.5,0,0
|
129
|
+
2014-05-08,16.8,5.2,11,0,0
|
130
|
+
2014-05-09,20.8,8.8,14.8,4.2,0
|
131
|
+
2014-05-10,23.8,11.9,17.9,4.4,0
|
132
|
+
2014-05-11,21.9,11.4,16.7,0,0
|
133
|
+
2014-05-12,22.4,9.1,15.8,0,0
|
134
|
+
2014-05-13,18.4,8.3,13.4,1.4,0
|
135
|
+
2014-05-14,24.9,13.6,19.3,0,0
|
136
|
+
2014-05-15,28.2,17.5,22.9,0,0
|
137
|
+
2014-05-16,22.2,10.3,16.3,29.8,0
|
138
|
+
2014-05-17,15.4,8.3,11.9,10.8,0
|
139
|
+
2014-05-18,16.6,6.3,11.5,0,0
|
140
|
+
2014-05-19,20.2,9.2,14.7,0,0
|
141
|
+
2014-05-20,22.8,8.7,15.8,0,0
|
142
|
+
2014-05-21,23.8,10.4,17.1,0,0
|
143
|
+
2014-05-22,19,12.9,16,1,0
|
144
|
+
2014-05-23,20.8,10.8,15.8,0,0
|
145
|
+
2014-05-24,21.4,11.4,16.4,0,0
|
146
|
+
2014-05-25,25.2,9.4,17.3,4.6,0
|
147
|
+
2014-05-26,22.8,16.3,19.6,3.6,0
|
148
|
+
2014-05-27,16.9,8.6,12.8,4.2,0
|
149
|
+
2014-05-28,16.1,8.1,12.1,0.6,0
|
150
|
+
2014-05-29,20.5,6.1,13.3,0,0
|
151
|
+
2014-05-30,22.6,12,17.3,2,0
|
152
|
+
2014-05-31,20.2,9.1,14.7,0,0
|
153
|
+
2014-06-01,25.2,9.7,17.5,0,0
|
154
|
+
2014-06-02,30.4,15.7,23.1,0,0
|
155
|
+
2014-06-03,28.1,19.1,23.6,22,0
|
156
|
+
2014-06-04,21.3,14,17.7,0.2,0
|
157
|
+
2014-06-05,17,13.4,15.2,0.6,0
|
158
|
+
2014-06-06,23,12.9,18,0,0
|
159
|
+
2014-06-07,27.5,13.3,20.4,0,0
|
160
|
+
2014-06-08,28,14.6,21.3,0,0
|
161
|
+
2014-06-09,27.9,19.2,23.6,0,0
|
162
|
+
2014-06-10,24.6,15.8,20.2,0.4,0
|
163
|
+
2014-06-11,24.1,13.1,18.6,10.4,0
|
164
|
+
2014-06-12,17.9,12.9,15.4,26.2,0
|
165
|
+
2014-06-13,19.9,16.8,18.4,41.4,0
|
166
|
+
2014-06-14,19.8,14.6,17.2,1.4,0
|
167
|
+
2014-06-15,23.6,13.6,18.6,0,0
|
168
|
+
2014-06-16,24.8,11.4,18.1,0,0
|
169
|
+
2014-06-17,27.2,14,20.6,23.4,0
|
170
|
+
2014-06-18,25.7,16.6,21.2,2,0
|
171
|
+
2014-06-19,24.6,14.6,19.6,0,0
|
172
|
+
2014-06-20,21.7,12.1,16.9,0,0
|
173
|
+
2014-06-21,22.1,10.4,16.3,0,0
|
174
|
+
2014-06-22,23.8,11.5,17.7,0,0
|
175
|
+
2014-06-23,26.8,13.4,20.1,0,0
|
176
|
+
2014-06-24,21.9,19.2,20.6,40,0
|
177
|
+
2014-06-25,24,18.2,21.1,0.2,0
|
178
|
+
2014-06-26,26.3,17,21.7,0,0
|
179
|
+
2014-06-27,28.4,15,21.7,0,0
|
180
|
+
2014-06-28,29.2,16.3,22.8,0,0
|
181
|
+
2014-06-29,30.7,19.1,24.9,0,0
|
182
|
+
2014-06-30,29.7,22.8,26.3,0,0
|
183
|
+
2014-07-01,33.2,21.6,27.4,0,0
|
184
|
+
2014-07-02,29.8,21.2,25.5,0,0
|
185
|
+
2014-07-03,24.4,18.9,21.7,0.6,0
|
186
|
+
2014-07-04,23.4,16,19.7,3.2,0
|
187
|
+
2014-07-05,27.7,14.5,21.1,0,0
|
188
|
+
2014-07-06,27.7,18.7,23.2,0,0
|
189
|
+
2014-07-07,23.4,19.5,21.5,10,0
|
190
|
+
2014-07-08,30.6,19,24.8,7,0
|
191
|
+
2014-07-09,23.5,17.7,20.6,0,0
|
192
|
+
2014-07-10,23.1,14.3,18.7,0,0
|
193
|
+
2014-07-11,25.4,13.4,19.4,0,0
|
194
|
+
2014-07-12,27.4,16,21.7,0,0
|
195
|
+
2014-07-13,23.9,19.6,21.8,11,0
|
196
|
+
2014-07-14,24.1,17.6,20.9,0,0
|
197
|
+
2014-07-15,21.9,17.6,19.8,2.8,0
|
198
|
+
2014-07-16,24.8,16.6,20.7,0,0
|
199
|
+
2014-07-17,23.4,14,18.7,0.2,0
|
200
|
+
2014-07-18,26.2,14,20.1,0,0
|
201
|
+
2014-07-19,27.5,16.5,22,0,0
|
202
|
+
2014-07-20,28,18.9,23.5,0,0
|
203
|
+
2014-07-21,29.4,20.8,25.1,0,0
|
204
|
+
2014-07-22,29.7,20.5,25.1,0,0
|
205
|
+
2014-07-23,26.4,17.7,22.1,11.4,0
|
206
|
+
2014-07-24,22.9,13.8,18.4,0,0
|
207
|
+
2014-07-25,25.8,14.7,20.3,0,0
|
208
|
+
2014-07-26,26,15.9,21,0.2,0
|
209
|
+
2014-07-27,25,18,21.5,10.2,0
|
210
|
+
2014-07-28,18.5,14.2,16.4,9.8,0
|
211
|
+
2014-07-29,21.3,12,16.7,0,0
|
212
|
+
2014-07-30,24,13.8,18.9,0.8,0
|
213
|
+
2014-07-31,21.8,14.3,18.1,12.8,0
|
214
|
+
2014-08-01,26.1,14.8,20.5,0,0
|
215
|
+
2014-08-02,27.8,16.1,22,0,0
|
216
|
+
2014-08-03,28,16.6,22.3,0,0
|
217
|
+
2014-08-04,27.7,18.3,23,0.6,0
|
218
|
+
2014-08-05,25.4,17.7,21.6,1.6,0
|
219
|
+
2014-08-06,25.6,14.9,20.3,0,0
|
220
|
+
2014-08-07,23.1,15.9,19.5,6.2,0
|
221
|
+
2014-08-08,27,14,20.5,0,0
|
222
|
+
2014-08-09,28.7,15.4,22.1,0,0
|
223
|
+
2014-08-10,28.6,16.6,22.6,0,0
|
224
|
+
2014-08-11,29.7,17.8,23.8,0,0
|
225
|
+
2014-08-12,27.9,19.1,23.5,2.2,0
|
226
|
+
2014-08-13,21.1,16,18.6,44.4,0
|
227
|
+
2014-08-14,17.6,12,14.8,0,0
|
228
|
+
2014-08-15,17.5,12.2,14.9,5.2,0
|
229
|
+
2014-08-16,18.5,14.6,16.6,13.2,0
|
230
|
+
2014-08-17,22.8,14.6,18.7,0,0
|
231
|
+
2014-08-18,22.2,11.7,17,0,0
|
232
|
+
2014-08-19,23.5,10.6,17.1,0,0
|
233
|
+
2014-08-20,27.3,12.8,20.1,0,0
|
234
|
+
2014-08-21,23.1,17.9,20.5,0,0
|
235
|
+
2014-08-22,23.8,17.3,20.6,0,0
|
236
|
+
2014-08-23,26,14.7,20.4,0,0
|
237
|
+
2014-08-24,27.7,14.5,21.1,0,0
|
238
|
+
2014-08-25,28.9,17.6,23.3,0,0
|
239
|
+
2014-08-26,28.6,17,22.8,0.4,0
|
240
|
+
2014-08-27,25.6,18.4,22,0,0
|
241
|
+
2014-08-28,21.9,14.2,18.1,0,0
|
242
|
+
2014-08-29,22.6,11.4,17,0,0
|
243
|
+
2014-08-30,27.3,16.7,22,0.2,0
|
244
|
+
2014-08-31,25.3,19.8,22.6,11.2,0
|
245
|
+
2014-09-01,25.9,18.7,22.3,0,0
|
246
|
+
2014-09-02,28.6,18.3,23.5,4.4,0
|
247
|
+
2014-09-03,25.5,18,21.8,0,0
|
248
|
+
2014-09-04,27.7,16.3,22,0.4,0
|
249
|
+
2014-09-05,30.8,20.1,25.5,3,0
|
250
|
+
2014-09-06,23.2,10.6,16.9,5,0
|
251
|
+
2014-09-07,22.1,10.6,16.4,0,0
|
252
|
+
2014-09-08,24.7,11.4,18.1,0,0
|
253
|
+
2014-09-09,23.1,14.3,18.7,0,0
|
254
|
+
2014-09-10,24.8,14.6,19.7,0,0
|
255
|
+
2014-09-11,25.1,10.1,17.6,7.2,0
|
256
|
+
2014-09-12,14.1,6.1,10.1,0,0
|
257
|
+
2014-09-13,12.6,5.9,9.3,19,0
|
258
|
+
2014-09-14,10.9,4.6,7.8,0,0
|
259
|
+
2014-09-15,18.3,4.8,11.6,0.2,0
|
260
|
+
2014-09-16,18.6,9.3,14,0.4,0
|
261
|
+
2014-09-17,17.2,8,12.6,2.6,0
|
262
|
+
2014-09-18,12.4,3.4,7.9,0.2,0
|
263
|
+
2014-09-19,13,1.2,7.1,0,0
|
264
|
+
2014-09-20,19.8,9.2,14.5,0.2,0
|
265
|
+
2014-09-21,23.2,14,18.6,6.2,0
|
266
|
+
2014-09-22,14,6.9,10.5,0,0
|
267
|
+
2014-09-23,17.2,7.3,12.3,1.2,0
|
268
|
+
2014-09-24,21.8,6.7,14.3,0,0
|
269
|
+
2014-09-25,22.8,10.8,16.8,0,0
|
270
|
+
2014-09-26,25.5,11.9,18.7,0,0
|
271
|
+
2014-09-27,25.5,12.8,19.2,0,0
|
272
|
+
2014-09-28,24.8,14.8,19.8,0,0
|
273
|
+
2014-09-29,18,8.7,13.4,0,0
|
274
|
+
2014-09-30,17.3,9.3,13.3,0,0
|
275
|
+
2014-10-01,16.6,10.4,13.5,0,0
|
276
|
+
2014-10-02,20.3,8.7,14.5,0,0
|
277
|
+
2014-10-03,23.1,8.8,16,0,0
|
278
|
+
2014-10-04,16.6,9.8,13.2,23.6,0
|
279
|
+
2014-10-05,13.7,7.9,10.8,0,0
|
280
|
+
2014-10-06,16.3,8,12.2,0.4,0
|
281
|
+
2014-10-07,18.2,11.9,15.1,4,0
|
282
|
+
2014-10-08,17.5,8.7,13.1,19.8,0
|
283
|
+
2014-10-09,12.5,5.2,8.9,0.8,0
|
284
|
+
2014-10-10,11.8,4.6,8.2,0,0
|
285
|
+
2014-10-11,13.1,2.6,7.9,0,0
|
286
|
+
2014-10-12,13.2,2.6,7.9,0,0
|
287
|
+
2014-10-13,17.8,2.2,10,0,0
|
288
|
+
2014-10-14,24.8,13.7,19.3,0,0
|
289
|
+
2014-10-15,23.6,18.2,20.9,6.4,0
|
290
|
+
2014-10-16,21.7,14.6,18.2,7.6,0
|
291
|
+
2014-10-17,18.4,14.3,16.4,0.4,0
|
292
|
+
2014-10-18,16.9,5.9,11.4,1.4,0
|
293
|
+
2014-10-19,7.5,3,5.3,0,0
|
294
|
+
2014-10-20,6.8,1.8,4.3,1.2,0
|
295
|
+
2014-10-21,7.4,5.6,6.5,3,0
|
296
|
+
2014-10-22,12.6,6,9.3,0,0
|
297
|
+
2014-10-23,8.6,6.9,7.8,5.8,0
|
298
|
+
2014-10-24,11.5,4.9,8.2,1,0
|
299
|
+
2014-10-25,13.1,5.2,9.2,3.8,0
|
300
|
+
2014-10-26,10.9,7.2,9.1,0.8,0
|
301
|
+
2014-10-27,11.2,5.7,8.5,0.2,0
|
302
|
+
2014-10-28,13.7,7,10.4,6.2,0
|
303
|
+
2014-10-29,14.2,8.5,11.4,0.6,0
|
304
|
+
2014-10-30,10,2.8,6.4,0,0
|
305
|
+
2014-10-31,7.2,1.5,4.4,0,0
|
306
|
+
2014-11-01,6.9,1.9,4.4,0,0
|
307
|
+
2014-11-02,7.6,-0.3,3.7,0,0
|
308
|
+
2014-11-03,6.3,-1,2.7,0,0
|
309
|
+
2014-11-04,11.7,4.3,8,2.4,0
|
310
|
+
2014-11-05,12.2,5.7,9,2,0
|
311
|
+
2014-11-06,8.3,2.6,5.5,3,0
|
312
|
+
2014-11-07,4.8,-0.2,2.3,1.8,0
|
313
|
+
2014-11-08,4.4,-1.4,1.5,0.2,0
|
314
|
+
2014-11-09,6.5,2.7,4.6,0,0
|
315
|
+
2014-11-10,7.1,3.5,5.3,0,0
|
316
|
+
2014-11-11,12.5,0.2,6.4,0,0
|
317
|
+
2014-11-12,8.4,1.6,5,3.8,0
|
318
|
+
2014-11-13,4.7,-0.8,2,0,0
|
319
|
+
2014-11-14,2.1,-4,-1,0,0
|
320
|
+
2014-11-15,1.6,-4.9,-1.7,0,0
|
321
|
+
2014-11-16,3.3,-0.6,1.4,0,0.8
|
322
|
+
2014-11-17,1.5,-0.6,0.5,0,12.6
|
323
|
+
2014-11-18,1.5,-4.7,-1.6,0,2
|
324
|
+
2014-11-19,-2,-7.7,-4.9,0,0.6
|
325
|
+
2014-11-20,-0.1,-5.1,-2.6,0,0.4
|
326
|
+
2014-11-21,-4.6,-8.2,-6.4,0,0
|
327
|
+
2014-11-22,3,-7.9,-2.5,3.4,0.4
|
328
|
+
2014-11-23,7.9,2.8,5.4,0,0
|
329
|
+
2014-11-24,18,6.8,12.4,16,0
|
330
|
+
2014-11-25,7.8,2,4.9,0,0
|
331
|
+
2014-11-26,2.5,-0.9,0.8,0,0
|
332
|
+
2014-11-27,-0.1,-3.8,-2,0,0
|
333
|
+
2014-11-28,-2.8,-8.2,-5.5,0,0.4
|
334
|
+
2014-11-29,-0.8,-8.3,-4.6,0,0
|
335
|
+
2014-11-30,6.8,-0.9,3,0.6,0
|
336
|
+
2014-12-01,6.2,-8.7,-1.3,0.2,0
|
337
|
+
2014-12-02,-3.2,-14.9,-9.1,0,6.2
|
338
|
+
2014-12-03,3.3,-3.2,0.1,5.4,0.6
|
339
|
+
2014-12-04,0.1,-11.3,-5.6,0,0
|
340
|
+
2014-12-05,-4.6,-13.1,-8.9,0,2.2
|
341
|
+
2014-12-06,-1.1,-6,-3.6,0,0.6
|
342
|
+
2014-12-07,-4.9,-12.9,-8.9,0,0
|
343
|
+
2014-12-08,-2.3,-13.9,-8.1,0,0
|
344
|
+
2014-12-09,0.2,-4.8,-2.3,0,6.8
|
345
|
+
2014-12-10,0.2,-0.8,-0.3,0,20
|
346
|
+
2014-12-11,0.4,-3.2,-1.4,0.2,4.8
|
347
|
+
2014-12-12,-1.7,-4.2,-3,0,2
|
348
|
+
2014-12-13,-1.6,-5.9,-3.8,0,0
|
349
|
+
2014-12-14,-0.9,-4.8,-2.9,0,0
|
350
|
+
2014-12-15,-0.1,-1.9,-1,0,0
|
351
|
+
2014-12-16,0.6,-1.4,-0.4,0,0
|
352
|
+
2014-12-17,0.6,-0.2,0.2,2,0.2
|
353
|
+
2014-12-18,0.4,-2.4,-1,0,2
|
354
|
+
2014-12-19,-2.4,-11.5,-7,0,0
|
355
|
+
2014-12-20,-7.7,-15.6,-11.7,0,0
|
356
|
+
2014-12-21,-7.2,-10.3,-8.8,0,0.2
|
357
|
+
2014-12-22,-5.5,-8.6,-7.1,0,0
|
358
|
+
2014-12-23,3.1,-5.8,-1.4,2.6,3
|
359
|
+
2014-12-24,6.2,2.3,4.3,32,0
|
360
|
+
2014-12-25,7.8,3.5,5.7,1,0
|
361
|
+
2014-12-26,4.5,1.4,3,0,0
|
362
|
+
2014-12-27,7.4,0.9,4.2,0.2,0
|
363
|
+
2014-12-28,8.3,-3.3,2.5,0.8,0
|
364
|
+
2014-12-29,-0.7,-11.1,-5.9,0,0
|
365
|
+
2014-12-30,-10.6,-14.5,-12.6,0,0
|
366
|
+
2014-12-31,-6.3,-14.9,-10.6,0,0
|