mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Expand view.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user