Expand view.

This commit is contained in:
James Cole
2024-08-03 18:27:19 +02:00
parent 762d898fee
commit 3811aff206
7 changed files with 40 additions and 10 deletions

View File

@@ -45,6 +45,8 @@ import {
Tooltip
} from "chart.js";
import 'chartjs-adapter-date-fns';
import {showInternalsButton} from "../../support/page-settings/show-internals-button.js";
import {showWizardButton} from "../../support/page-settings/show-wizard-button.js";
// register things
Chart.register({
@@ -75,6 +77,8 @@ const comps = {
piggies
};
showInternalsButton();
//let i18n;
function loadPage(comps) {