Skip to content

Commit 8dfc690

Browse files
committed
fix: return tooltips on apexcharts after flowbite update - we use standalopne apexcharts now so don't need flowbite components on it, they seem to conflict
1 parent bfec241 commit 8dfc690

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

adminforth/spa/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@iconify-prerendered/vue-flowbite": "^0.23.1714023977",
1717
"@unhead/vue": "^1.9.12",
1818
"@vueuse/core": "^10.10.0",
19-
"apexcharts": "^4.4.0",
19+
"apexcharts": "^4.7.0",
2020
"dayjs": "^1.11.11",
2121
"debounce": "^2.1.0",
2222
"flowbite-datepicker": "^1.2.6",

adminforth/spa/tailwind.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
/** @type {import('tailwindcss').Config} */
2-
import flowbitePlugin from 'flowbite/plugin';
32

43
export default {
54
content: ["./src/**/*.{vue, js, ts, tsx}","./src/*.{vue, js, ts, tsx}", "./index.html", "./node_modules/flowbite/**/*.js"],
65
theme: {
76
extend: {
87
/* IMPORTANT:ADMINFORTH TAILWIND STYLES */
9-
}
8+
}
109
},
1110

1211
darkMode: 'class',
1312
plugins: [
14-
flowbitePlugin({
15-
charts: true,
16-
}),
13+
1714
],
1815
}
1916

0 commit comments

Comments
 (0)