aboutsummaryrefslogtreecommitdiff
path: root/fe/src/lib/DataView.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'fe/src/lib/DataView.svelte')
-rw-r--r--fe/src/lib/DataView.svelte8
1 files changed, 3 insertions, 5 deletions
diff --git a/fe/src/lib/DataView.svelte b/fe/src/lib/DataView.svelte
index ffc2fe8..1496239 100644
--- a/fe/src/lib/DataView.svelte
+++ b/fe/src/lib/DataView.svelte
@@ -205,12 +205,11 @@
205 }); 205 });
206</script> 206</script>
207 207
208<Column --width="500px"> 208<Column>
209 <Card --height="300px"> 209 <Card>
210 <!--<Chart />-->
211 <canvas bind:this={barCanvasRef} /> 210 <canvas bind:this={barCanvasRef} />
212 </Card> 211 </Card>
213 <Card --height="300px"> 212 <Card>
214 <canvas bind:this={lineCanvasRef} /> 213 <canvas bind:this={lineCanvasRef} />
215 </Card> 214 </Card>
216</Column> 215</Column>
@@ -225,4 +224,3 @@
225 {/await} 224 {/await}
226 </Card> 225 </Card>
227</Column> 226</Column>
228<!-- <Chart /> -->