Pridana statistika v js

This commit is contained in:
2021-01-13 17:51:33 +01:00
parent 62c616be6f
commit 076d502b8a
4 changed files with 208 additions and 2 deletions

View File

@@ -122,9 +122,12 @@
</div>
<dygraphs ref="dgt" :graph-data="series['temperature']" :graph-options="options['temperature']"></dygraphs>
<stats-table :data="series['temperature']" :key="componentKey"></stats-table>
<dygraphs ref="dgh" :graph-data="series['humidity']" :graph-options="options['humidity']"></dygraphs>
<stats-table :data="series['humidity']" :key="componentKey"></stats-table>
<dygraphs ref="dgp" :graph-data="series['pressure']" :graph-options="options['pressure']"></dygraphs>
<stats-table :data="series['pressure']" :key="componentKey"></stats-table>
</div>
</div>