feat: Update chart to be centred
All checks were successful
Build Docker / BuildImage (push) Successful in 34s

This commit is contained in:
Nathan Woodburn 2024-12-05 15:42:57 +11:00
parent 7aebf2b92f
commit 95da47a98e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -49,7 +49,7 @@
<div class="text-center">
<h1 data-bs-toggle="tooltip" data-bss-tooltip="" id="chart-header" title="Toggle per token view" style="border-bottom: 5px dashed var(--bs-body-color);width: fit-content;margin: auto;margin-bottom: 20px;">Current Vault Contents</h1>
<div class="text-center" id="data-table"></div>
<div id="pie-chart" style="margin: auto;"><script type="text/javascript">
<div class="d-xl-flex justify-content-xl-center" id="pie-chart" style="margin: auto;"><script type="text/javascript">
window.onload = function () {
google.charts.load('current', { packages: ['corechart'] });