diff --git a/resources/css/app.css b/resources/css/app.css index 4cdc805..4c033e5 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -104,11 +104,6 @@ td { position: absolute; } -.lds-spinner-bottom { - bottom: 40px; - left: 0; -} - .overlay-visible { opacity: 1; } diff --git a/resources/js/app.js b/resources/js/app.js index 71f832f..5f363db 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,11 +1,12 @@ import { Livewire, - Alpine, + // Alpine, } from "../../vendor/livewire/livewire/dist/livewire.esm"; -import SelectFormComponentAlpinePlugin from "../../vendor/filament/forms/resources/js/components/select"; +// import SelectFormComponentAlpinePlugin from "../../vendor/filament/forms/resources/js/components/select"; +// import TextInputFormComponentAlpinePlugin from "../../vendor/filament/forms/resources/js/components/text-input"; -Alpine.plugin(SelectFormComponentAlpinePlugin); +// Alpine.plugin(SelectFormComponentAlpinePlugin); // Alpine.plugin(TextInputFormComponentAlpinePlugin); Livewire.start(); diff --git a/resources/js/chart.js b/resources/js/chart.js index 7eb22ef..c914141 100644 --- a/resources/js/chart.js +++ b/resources/js/chart.js @@ -97,11 +97,17 @@ window.addEventListener("load", () => { show: true, type: "scroll", orient: "horizontal", - height: 100, + height: 50, top: 0, textStyle: { width: 200, overflow: "break", + fontSize: 10, + }, + pageIconColor: isDarkMode() ? "#fff" : "#000", + pageIconInactiveColor: isDarkMode() ? "#666" : "#ddd", + pageTextStyle: { + color: isDarkMode() ? "#fff" : "#000", }, }, grid: { diff --git a/resources/views/livewire/chart.blade.php b/resources/views/livewire/chart.blade.php index ab1d79b..eeb9b46 100644 --- a/resources/views/livewire/chart.blade.php +++ b/resources/views/livewire/chart.blade.php @@ -17,7 +17,22 @@ @endpush
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

{{ $title }}

@@ -38,21 +53,6 @@ {{ $this->form }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@vite('resources/js/chart.js')