mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
.
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
<script>
|
||||
import { onMount } from "svelte";
|
||||
import Chart from "svelte-frappe-charts";
|
||||
|
||||
onMount(async () => {
|
||||
console.log("[i]", "------------chart mounted--------------");
|
||||
});
|
||||
|
||||
let chartRef;
|
||||
import Modal from "../components/Modal.svelte";
|
||||
|
||||
export let widget;
|
||||
|
||||
@@ -69,9 +63,4 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--<div class="text-center">-->
|
||||
<!-- svelte-ignore a11y-label-has-associated-control -->
|
||||
<!--<label class="wgt-dscr-stl">{!widget.descr ? "" : widget.descr} </label>-->
|
||||
<!--</div>-->
|
||||
|
||||
<Chart data={datachart} type="line" lineOptions={lineOptions} axisOptions={axisOptions} />
|
||||
|
||||
Reference in New Issue
Block a user