Updated demo page.
This commit is contained in:
@@ -11,7 +11,19 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hit start to see demo!</h1>
|
||||
<button id="startbtn">Start.</button>
|
||||
|
||||
<h2>Horizontal Bar Pattern</h2>
|
||||
<p>Below is a canvas that has all bin values being drawn live using the built-in horizontal bar pattern.</p>
|
||||
<canvas id="horizontal">Canvases don't seem to be supported! Please try a different browser.</canvas>
|
||||
|
||||
<h2>Binding frequency bin values to element styles</h2>
|
||||
<p>Has never been this easy! Here we bind the width of a div to a frequency bin.</p>
|
||||
<div id="widthDiv"></div>
|
||||
|
||||
<p>Here we bind a frequency to the colour of a div.</p>
|
||||
<div id="colourDiv"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user