generated from nathanwoodburn/python-webserver-template
feat: Update chart to be centred
All checks were successful
Build Docker / BuildImage (push) Successful in 34s
All checks were successful
Build Docker / BuildImage (push) Successful in 34s
This commit is contained in:
parent
7aebf2b92f
commit
95da47a98e
@ -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'] });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user