Swipable menu, draggable bookmarks
This commit is contained in:
@@ -174,8 +174,8 @@ onMount(() => {
|
||||
<button onclick={() => loadGraph(2628000, 1440, false)}>Five Years 1d</button>
|
||||
</div>
|
||||
|
||||
<Chart bind:this={graphEgress} data_type="bytes" />
|
||||
<Chart bind:this={graphDownloads} data_type="number" />
|
||||
<Chart bind:this={graphEgress} data_type="bytes" ticks={false}/>
|
||||
<Chart bind:this={graphDownloads} data_type="number" ticks={false}/>
|
||||
|
||||
<div>
|
||||
Total usage from {start_time} to {end_time}<br/>
|
||||
|
||||
Reference in New Issue
Block a user