Update public/heatmap.html
This commit is contained in:
parent
5952f3e3f5
commit
f9cfdfbac9
@ -17,7 +17,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="page-container heatmap">
|
<div class="page-container heatmap">
|
||||||
<!-- Optional floor selector -->
|
<!-- Floor selector -->
|
||||||
<div class="floor-selector">
|
<div class="floor-selector">
|
||||||
<label><input type="radio" name="floor" value="1" checked> Floor 1</label>
|
<label><input type="radio" name="floor" value="1" checked> Floor 1</label>
|
||||||
<label><input type="radio" name="floor" value="2"> Floor 2</label>
|
<label><input type="radio" name="floor" value="2"> Floor 2</label>
|
||||||
@ -27,14 +27,13 @@
|
|||||||
|
|
||||||
<!-- Scroll + zoom wrapper -->
|
<!-- Scroll + zoom wrapper -->
|
||||||
<div id="heatmap-container">
|
<div id="heatmap-container">
|
||||||
<!-- the mapSvgContainer is where heatmap.js should append your SVG -->
|
|
||||||
<div id="mapSvgContainer" class="map-svg-container">
|
<div id="mapSvgContainer" class="map-svg-container">
|
||||||
<!-- e.g. heatmap.js should do:
|
<!-- heatmap.js should append here:
|
||||||
const svg = d3.select('#mapSvgContainer')
|
<svg width="..." height="...">
|
||||||
.append('svg')
|
<rect class="dock-door" ... />
|
||||||
.attr('width', fullWidth)
|
<rect class="area-rect" ... /><text>...</text>
|
||||||
.attr('height', fullHeight);
|
...
|
||||||
svg.selectAll('rect.dock-door')... etc.
|
</svg>
|
||||||
-->
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user