diff options
| author | geremy | 2015-01-04 13:56:39 -0800 |
|---|---|---|
| committer | geremy | 2015-01-04 13:56:39 -0800 |
| commit | 3192e4c5acc26dd9adc91a86eaafdecaac5dc730 (patch) | |
| tree | 919c1a704b4be0fc2780be36d8a67f1cd6a3e0ce /python/examples/futureHouse/waveViz.html | |
| parent | 58e1dfb07c35ce00ba11e6cd783a004f7cf2224c (diff) | |
| download | pubnub-python-3192e4c5acc26dd9adc91a86eaafdecaac5dc730.tar.bz2 | |
Added 0 baseline
Diffstat (limited to 'python/examples/futureHouse/waveViz.html')
| -rw-r--r-- | python/examples/futureHouse/waveViz.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/examples/futureHouse/waveViz.html b/python/examples/futureHouse/waveViz.html index b63b638..d85a47d 100644 --- a/python/examples/futureHouse/waveViz.html +++ b/python/examples/futureHouse/waveViz.html @@ -4,7 +4,10 @@ <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> <script src="waveViz.js"></script> -<canvas id="canvas"></canvas> +<div id="canvasDiv"> + <canvas id="canvas"></canvas> +</div> + <label>maxPulseLength (0-4096)</label> |
