Added Navigation
parent
1a7cda36f2
commit
d68baeae61
@ -1,13 +1,15 @@
|
|||||||
|
<h1> Data </h1>
|
||||||
<h1> Data </h1>
|
<div id="app">
|
||||||
<div>
|
<div style="height: 100px; width: 100%">
|
||||||
<div style="height: 100px; width: 100%">
|
<svg viewBox="0 0 100 100" style="height: 100%; width: 100%">
|
||||||
<svg viewBox="0 0 100 100" style="height: 100%; width: 100%">
|
<polygon
|
||||||
<polygon
|
v-bind:points="temperatureData">
|
||||||
v-bind:points="temperatureData">
|
</polygon>
|
||||||
</polygon>
|
</svg>
|
||||||
</svg>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<script src="/data.js" type="text/javascript">
|
||||||
<script src="/data.js" type="text/javascript">
|
</script>
|
||||||
</script>
|
<script type="text/javascript">
|
||||||
|
setTitle('Data')
|
||||||
|
</script>
|
Loading…
Reference in New Issue