Add windows 98 style

This commit is contained in:
2024-08-29 13:59:28 +02:00
parent 8887a043c8
commit c877d0bf2d
3 changed files with 106 additions and 3 deletions

View File

@@ -188,8 +188,8 @@ onDestroy(() => {
<button on:click={() => loadGraph(1051200, 1440, false)}>Two Years 1d</button>
<button on:click={() => loadGraph(2628000, 1440, false)}>Five Years 1d</button>
</div>
<Chart bind:this={graphBandwidth} data_type="bytes" tooltips={false} />
<Chart bind:this={graphViews} data_type="number" tooltips={false} />
<Chart bind:this={graphBandwidth} data_type="bytes" />
<Chart bind:this={graphViews} data_type="number" />
<div class="highlight_border">
Total usage from {start_time} to {end_time}<br/>
{formatDataVolume(total_bandwidth, 3)} bandwidth,